Skip to content

Commit

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

Bump rubocop-rails from 2.22.2 to 2.23.0
  • Loading branch information
chvp authored Dec 17, 2023
2 parents 9b01a11 + a531087 commit ffc00ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.22'
gem 'rubocop-rails', '~> 2.23'
gem 'web-console'
end

Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ GEM
rake (>= 10.4, < 14.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.4)
bigdecimal (3.1.5)
bindex (0.8.1)
bootsnap (1.17.0)
msgpack (~> 1.2)
Expand Down Expand Up @@ -156,7 +156,7 @@ GEM
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.6.3)
json (2.7.1)
jwt (2.7.1)
kgio (2.11.4)
language_server-protocol (3.17.0.3)
Expand Down Expand Up @@ -195,7 +195,7 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
parallel (1.23.0)
parallel (1.24.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
Expand Down Expand Up @@ -250,26 +250,26 @@ GEM
rake (13.1.0)
rdoc (6.6.1)
psych (>= 4.0.0)
regexp_parser (2.8.2)
regexp_parser (2.8.3)
reline (0.4.1)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.57.2)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.33.0)
rubocop (>= 1.39, < 2.0)
rubocop-rails (2.22.2)
rubocop-rails (2.23.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down Expand Up @@ -339,7 +339,7 @@ DEPENDENCIES
rack-cors
rails (~> 7.1.2)
rubocop-minitest (~> 0.33.0)
rubocop-rails (~> 2.22)
rubocop-rails (~> 2.23)
rugged
selenium-webdriver
sentry-rails
Expand Down

0 comments on commit ffc00ff

Please sign in to comment.