Skip to content

Commit

Permalink
Merge pull request #181 from tulibraries/dependabot/bundler/rubocop-r…
Browse files Browse the repository at this point in the history
…ails-2.30.1

Bump rubocop-rails from 2.29.1 to 2.30.1
  • Loading branch information
sensei100 authored Feb 21, 2025
2 parents 49bad0b + c80cb11 commit 2a2a280
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,17 @@ GEM
drb (2.2.1)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
json (2.9.1)
json (2.10.1)
language_server-protocol (3.17.0.4)
logger (1.6.5)
lint_roller (1.1.0)
logger (1.6.6)
minitest (5.25.4)
parallel (1.26.3)
parser (3.3.7.0)
parser (3.3.7.1)
ast (~> 2.4.1)
racc
racc (1.8.1)
rack (3.1.8)
rack (3.1.10)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.10.0)
Expand All @@ -55,9 +56,10 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.71.2)
rubocop (1.72.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -67,11 +69,12 @@ GEM
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-rails (2.29.1)
rubocop-rails (2.30.1)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (1.13.0)
securerandom (0.4.1)
tzinfo (2.0.6)
Expand Down

0 comments on commit 2a2a280

Please sign in to comment.