Skip to content

Commit

Permalink
Merge pull request #290 from ZeusWPI/dependabot/bundler/rubocop-e87bb…
Browse files Browse the repository at this point in the history
…9de81

Bump rubocop-rails from 2.26.2 to 2.27.0 in the rubocop group
  • Loading branch information
chvp authored Nov 2, 2024
2 parents 6887469 + c367637 commit 7cab34f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ group :development do
gem 'annotate', '~> 3.2', require: false
gem 'brakeman', require: false
gem 'rubocop-minitest', '~> 0.36.0', require: false
gem 'rubocop-rails', '~> 2.26', require: false
gem 'rubocop-rails', '~> 2.27', require: false
gem 'web-console'
end

Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ GEM
jbuilder (2.13.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.7.2)
json (2.7.5)
jwt (2.7.1)
kgio (2.11.4)
language_server-protocol (3.17.0.3)
Expand Down Expand Up @@ -193,7 +193,7 @@ GEM
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
parallel (1.26.3)
parser (3.3.5.0)
parser (3.3.5.1)
ast (~> 2.4.1)
racc
pg (1.5.9)
Expand Down Expand Up @@ -251,7 +251,7 @@ GEM
reline (0.5.10)
io-console (~> 0.5)
rexml (3.3.7)
rubocop (1.66.1)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -261,12 +261,12 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
rubocop-ast (1.33.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.26.2)
rubocop-rails (2.27.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand Down Expand Up @@ -340,7 +340,7 @@ DEPENDENCIES
rack-cors
rails (~> 7.2.1)
rubocop-minitest (~> 0.36.0)
rubocop-rails (~> 2.26)
rubocop-rails (~> 2.27)
rugged
selenium-webdriver
sentry-rails
Expand Down

0 comments on commit 7cab34f

Please sign in to comment.