Skip to content

Commit a2aa99a

Browse files
Bump the ruby-minor-patch group with 4 updates (#3352)
Bumps the ruby-minor-patch group with 4 updates: [rexml](https://github.com/ruby/rexml), [twilio-ruby](https://github.com/twilio/twilio-ruby), [rubocop](https://github.com/rubocop/rubocop) and [rubocop-rails](https://github.com/rubocop/rubocop-rails). Updates `rexml` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.4.0...v3.4.1) Updates `twilio-ruby` from 7.4.3 to 7.4.4 - [Release notes](https://github.com/twilio/twilio-ruby/releases) - [Changelog](https://github.com/twilio/twilio-ruby/blob/main/CHANGES.md) - [Commits](twilio/twilio-ruby@7.4.3...7.4.4) Updates `rubocop` from 1.71.2 to 1.72.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.71.2...v1.72.2) Updates `rubocop-rails` from 2.29.1 to 2.30.1 - [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.29.1...v2.30.1) --- updated-dependencies: - dependency-name: rexml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-minor-patch - dependency-name: twilio-ruby dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-minor-patch - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-minor-patch - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4cb2718 commit a2aa99a

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

Gemfile.lock

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ GEM
193193
reline (>= 0.4.2)
194194
jsbundling-rails (1.3.1)
195195
railties (>= 6.0.0)
196-
json (2.10.0)
196+
json (2.10.1)
197197
jwt (2.10.1)
198198
base64
199199
kaminari (1.2.2)
@@ -213,10 +213,11 @@ GEM
213213
addressable (~> 2.8)
214214
childprocess (~> 5.0)
215215
logger (~> 1.6)
216+
lint_roller (1.1.0)
216217
listen (3.9.0)
217218
rb-fsevent (~> 0.10, >= 0.10.3)
218219
rb-inotify (~> 0.9, >= 0.9.10)
219-
logger (1.6.5)
220+
logger (1.6.6)
220221
loofah (2.24.0)
221222
crass (~> 1.0.2)
222223
nokogiri (>= 1.12.0)
@@ -319,7 +320,7 @@ GEM
319320
puma (6.6.0)
320321
nio4r (~> 2.0)
321322
racc (1.8.1)
322-
rack (3.1.9)
323+
rack (3.1.10)
323324
rack-attack (6.7.0)
324325
rack (>= 1.0, < 4)
325326
rack-protection (4.1.1)
@@ -381,10 +382,11 @@ GEM
381382
responders (3.1.1)
382383
actionpack (>= 5.2)
383384
railties (>= 5.2)
384-
rexml (3.4.0)
385-
rubocop (1.71.2)
385+
rexml (3.4.1)
386+
rubocop (1.72.2)
386387
json (~> 2.3)
387-
language_server-protocol (>= 3.17.0)
388+
language_server-protocol (~> 3.17.0.2)
389+
lint_roller (~> 1.1.0)
388390
parallel (~> 1.10)
389391
parser (>= 3.3.0.2)
390392
rainbow (>= 2.2.2, < 4.0)
@@ -394,11 +396,12 @@ GEM
394396
unicode-display_width (>= 2.4.0, < 4.0)
395397
rubocop-ast (1.38.0)
396398
parser (>= 3.3.1.0)
397-
rubocop-rails (2.29.1)
399+
rubocop-rails (2.30.1)
398400
activesupport (>= 4.2.0)
401+
lint_roller (~> 1.1)
399402
rack (>= 1.1)
400-
rubocop (>= 1.52.0, < 2.0)
401-
rubocop-ast (>= 1.31.1, < 2.0)
403+
rubocop (>= 1.72.1, < 2.0)
404+
rubocop-ast (>= 1.38.0, < 2.0)
402405
ruby-progressbar (1.13.0)
403406
ruby-rc4 (0.1.5)
404407
ruby_audit (3.0.0)
@@ -449,7 +452,7 @@ GEM
449452
timeout (0.4.3)
450453
ttfunk (1.8.0)
451454
bigdecimal (~> 3.1)
452-
twilio-ruby (7.4.3)
455+
twilio-ruby (7.4.4)
453456
benchmark
454457
faraday (>= 0.9, < 3.0)
455458
jwt (>= 1.5, < 3.0)

0 commit comments

Comments
 (0)