Skip to content

Commit

Permalink
Merge pull request #185 from ZeusWPI/dependabot/bundler/rubocop-rails…
Browse files Browse the repository at this point in the history
…-2.22.1

Bump rubocop-rails from 2.21.2 to 2.22.1
  • Loading branch information
chvp authored Oct 28, 2023
2 parents e88370d + 6eebc8f commit 8ff2a7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ end
group :development do
gem 'annotate', '~> 3.2'
gem 'rubocop-minitest', '~> 0.33.0'
gem 'rubocop-rails', '~> 2.21'
gem 'rubocop-rails', '~> 2.22'
gem 'web-console'
end

Expand Down
9 changes: 4 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,7 @@ GEM
reline (0.3.9)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.57.1)
base64 (~> 0.1.1)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -265,11 +264,11 @@ GEM
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.33.0)
rubocop (>= 1.39, < 2.0)
rubocop-rails (2.21.2)
rubocop-rails (2.22.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down Expand Up @@ -338,7 +337,7 @@ DEPENDENCIES
rack-cors
rails (~> 7.1.1)
rubocop-minitest (~> 0.33.0)
rubocop-rails (~> 2.21)
rubocop-rails (~> 2.22)
rugged
selenium-webdriver
sentry-rails
Expand Down

0 comments on commit 8ff2a7c

Please sign in to comment.