Skip to content

Commit

Permalink
Merge pull request #322 from ZeusWPI/dependabot/bundler/rubocop-57f9c…
Browse files Browse the repository at this point in the history
…54978

Bump the rubocop group with 2 updates
  • Loading branch information
chvp authored Feb 22, 2025
2 parents 91673ba + a822bad commit 7a54b30
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ end
group :development do
gem 'annotaterb', '~> 4.13', require: false
gem 'brakeman', require: false
gem 'rubocop-minitest', '~> 0.36.0', require: false
gem 'rubocop-rails', '~> 2.29', require: false
gem 'rubocop-minitest', '~> 0.37.1', require: false
gem 'rubocop-rails', '~> 2.30', require: false
gem 'web-console'
end

Expand Down
38 changes: 21 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,11 @@ GEM
jbuilder (2.13.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.9.1)
json (2.10.1)
jwt (2.7.1)
language_server-protocol (3.17.0.3)
logger (1.6.5)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
logger (1.6.6)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -193,7 +194,7 @@ GEM
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
parallel (1.26.3)
parser (3.3.7.0)
parser (3.3.7.1)
ast (~> 2.4.1)
racc
pg (1.5.9)
Expand All @@ -213,7 +214,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.1.9)
rack (3.1.10)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-session (2.1.0)
Expand Down Expand Up @@ -260,26 +261,29 @@ GEM
reline (0.6.0)
io-console (~> 0.5)
rexml (3.3.7)
rubocop (1.71.0)
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)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.29.1)
rubocop-minitest (0.37.1)
lint_roller (~> 1.1)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
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)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
Expand Down Expand Up @@ -347,8 +351,8 @@ DEPENDENCIES
puma (~> 6.6)
rack-cors
rails (~> 8.0.1)
rubocop-minitest (~> 0.36.0)
rubocop-rails (~> 2.29)
rubocop-minitest (~> 0.37.1)
rubocop-rails (~> 2.30)
rugged
selenium-webdriver
sentry-rails
Expand Down

0 comments on commit 7a54b30

Please sign in to comment.