Skip to content

Commit 3cc3a3e

Browse files
chore(deps): bump the ruby-deps group across 1 directory with 7 updates
Bumps the ruby-deps group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pundit](https://github.com/varvet/pundit) | `2.5.1` | `2.5.2` | | [icalendar](https://github.com/icalendar/icalendar) | `2.11.2` | `2.12.0` | | [commonmarker](https://github.com/gjtorikian/commonmarker) | `2.3.2` | `2.4.0` | | [faraday](https://github.com/lostisland/faraday) | `2.13.4` | `2.14.0` | | [turbo-rails](https://github.com/hotwired/turbo-rails) | `2.0.16` | `2.0.17` | | [rubocop](https://github.com/rubocop/rubocop) | `1.80.2` | `1.81.1` | | [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.33.3` | `2.33.4` | Updates `pundit` from 2.5.1 to 2.5.2 - [Changelog](https://github.com/varvet/pundit/blob/main/CHANGELOG.md) - [Commits](varvet/pundit@v2.5.1...v2.5.2) Updates `icalendar` from 2.11.2 to 2.12.0 - [Changelog](https://github.com/icalendar/icalendar/blob/main/CHANGELOG.md) - [Commits](icalendar/icalendar@v2.11.2...v2.12.0) Updates `commonmarker` from 2.3.2 to 2.4.0 - [Release notes](https://github.com/gjtorikian/commonmarker/releases) - [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md) - [Commits](gjtorikian/commonmarker@v2.3.2...v2.4.0) Updates `faraday` from 2.13.4 to 2.14.0 - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](lostisland/faraday@v2.13.4...v2.14.0) Updates `turbo-rails` from 2.0.16 to 2.0.17 - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](hotwired/turbo-rails@v2.0.16...v2.0.17) Updates `rubocop` from 1.80.2 to 1.81.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.80.2...v1.81.1) Updates `rubocop-rails` from 2.33.3 to 2.33.4 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.33.3...v2.33.4) --- updated-dependencies: - dependency-name: pundit dependency-version: 2.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: icalendar dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: commonmarker dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: faraday dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: turbo-rails dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: rubocop dependency-version: 1.81.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: rubocop-rails dependency-version: 2.33.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 121d1a9 commit 3cc3a3e

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ GEM
162162
coffee-script-source
163163
execjs
164164
coffee-script-source (1.12.2)
165-
commonmarker (2.3.2-aarch64-linux)
166-
commonmarker (2.3.2-arm64-darwin)
167-
commonmarker (2.3.2-x86_64-darwin)
168-
commonmarker (2.3.2-x86_64-linux)
165+
commonmarker (2.4.0-aarch64-linux)
166+
commonmarker (2.4.0-arm64-darwin)
167+
commonmarker (2.4.0-x86_64-darwin)
168+
commonmarker (2.4.0-x86_64-linux)
169169
concurrent-ruby (1.3.5)
170170
connection_pool (2.5.4)
171171
crass (1.0.6)
@@ -198,7 +198,7 @@ GEM
198198
fabrication (2.31.0)
199199
faker (3.5.2)
200200
i18n (>= 1.8.11, < 2)
201-
faraday (2.13.4)
201+
faraday (2.14.0)
202202
faraday-net_http (>= 2.0, < 3.5)
203203
json
204204
logger
@@ -232,7 +232,7 @@ GEM
232232
htmlentities (4.3.4)
233233
i18n (1.14.7)
234234
concurrent-ruby (~> 1.0)
235-
icalendar (2.11.2)
235+
icalendar (2.12.0)
236236
base64
237237
ice_cube (~> 0.16)
238238
logger
@@ -260,7 +260,7 @@ GEM
260260
thor (>= 0.14, < 2.0)
261261
jquery-ui-rails (6.0.1)
262262
railties (>= 3.2.16)
263-
json (2.13.2)
263+
json (2.15.0)
264264
jwt (2.7.1)
265265
language_server-protocol (3.17.0.5)
266266
launchy (3.1.1)
@@ -355,7 +355,7 @@ GEM
355355
net-smtp
356356
premailer (~> 1.7, >= 1.7.9)
357357
prettyprint (0.2.0)
358-
prism (1.4.0)
358+
prism (1.5.1)
359359
pry (0.15.2)
360360
coderay (~> 1.1)
361361
method_source (~> 1.0)
@@ -378,10 +378,10 @@ GEM
378378
public_suffix (6.0.2)
379379
puma (6.6.1)
380380
nio4r (~> 2.0)
381-
pundit (2.5.1)
381+
pundit (2.5.2)
382382
activesupport (>= 3.0.0)
383383
racc (1.8.1)
384-
rack (3.2.0)
384+
rack (3.2.1)
385385
rack-mini-profiler (4.0.1)
386386
rack (>= 1.2.0)
387387
rack-protection (4.1.1)
@@ -438,7 +438,7 @@ GEM
438438
rdoc (6.14.2)
439439
erb
440440
psych (>= 4.0.0)
441-
regexp_parser (2.11.2)
441+
regexp_parser (2.11.3)
442442
reline (0.6.2)
443443
io-console (~> 0.5)
444444
rexml (3.4.2)
@@ -464,25 +464,25 @@ GEM
464464
rspec-mocks (~> 3.13)
465465
rspec-support (~> 3.13)
466466
rspec-support (3.13.2)
467-
rubocop (1.80.2)
467+
rubocop (1.81.1)
468468
json (~> 2.3)
469469
language_server-protocol (~> 3.17.0.2)
470470
lint_roller (~> 1.1.0)
471471
parallel (~> 1.10)
472472
parser (>= 3.3.0.2)
473473
rainbow (>= 2.2.2, < 4.0)
474474
regexp_parser (>= 2.9.3, < 3.0)
475-
rubocop-ast (>= 1.46.0, < 2.0)
475+
rubocop-ast (>= 1.47.1, < 2.0)
476476
ruby-progressbar (~> 1.7)
477477
unicode-display_width (>= 2.4.0, < 4.0)
478-
rubocop-ast (1.46.0)
478+
rubocop-ast (1.47.1)
479479
parser (>= 3.3.7.2)
480480
prism (~> 1.4)
481481
rubocop-performance (1.26.0)
482482
lint_roller (~> 1.1)
483483
rubocop (>= 1.75.0, < 2.0)
484484
rubocop-ast (>= 1.44.0, < 2.0)
485-
rubocop-rails (2.33.3)
485+
rubocop-rails (2.33.4)
486486
activesupport (>= 4.2.0)
487487
lint_roller (~> 1.1)
488488
rack (>= 1.1)
@@ -552,16 +552,16 @@ GEM
552552
tilt (2.6.1)
553553
timecop (0.9.10)
554554
timeout (0.4.3)
555-
turbo-rails (2.0.16)
555+
turbo-rails (2.0.17)
556556
actionpack (>= 7.1.0)
557557
railties (>= 7.1.0)
558558
tzinfo (2.0.6)
559559
concurrent-ruby (~> 1.0)
560560
tzinfo-data (1.2025.2)
561561
tzinfo (>= 1.0.0)
562-
unicode-display_width (3.1.5)
563-
unicode-emoji (~> 4.0, >= 4.0.4)
564-
unicode-emoji (4.0.4)
562+
unicode-display_width (3.2.0)
563+
unicode-emoji (~> 4.1)
564+
unicode-emoji (4.1.0)
565565
uniform_notifier (1.17.0)
566566
uri (1.0.3)
567567
version_gem (1.1.3)

0 commit comments

Comments
 (0)