Skip to content

Commit

Permalink
Merge pull request #271 from ZeusWPI/dependabot/bundler/rubocop-c8cdf…
Browse files Browse the repository at this point in the history
…43e8e

Bump rubocop-rails from 2.25.1 to 2.26.0 in the rubocop group
  • Loading branch information
chvp authored Aug 31, 2024
2 parents f74e609 + a15791b commit 26f38d5
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 @@ -61,7 +61,7 @@ group :development do
gem 'annotate', '~> 3.2', require: false
gem 'brakeman', require: false
gem 'rubocop-minitest', '~> 0.35.1', require: false
gem 'rubocop-rails', '~> 2.25', require: false
gem 'rubocop-rails', '~> 2.26', require: false
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 @@ -192,8 +192,8 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
parallel (1.25.1)
parser (3.3.4.0)
parallel (1.26.3)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
pg (1.5.7)
Expand Down Expand Up @@ -250,9 +250,9 @@ GEM
regexp_parser (2.9.2)
reline (0.5.9)
io-console (~> 0.5)
rexml (3.3.1)
rexml (3.3.6)
strscan
rubocop (1.65.0)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -263,15 +263,15 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
rubocop-minitest (0.35.1)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.25.1)
rubocop-rails (2.26.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -343,7 +343,7 @@ DEPENDENCIES
rack-cors
rails (~> 7.2.1)
rubocop-minitest (~> 0.35.1)
rubocop-rails (~> 2.25)
rubocop-rails (~> 2.26)
rugged
selenium-webdriver
sentry-rails
Expand Down

0 comments on commit 26f38d5

Please sign in to comment.