Skip to content

Commit

Permalink
Merge pull request #230 from ZeusWPI/dependabot/bundler/rubocop-1ea64…
Browse files Browse the repository at this point in the history
…53dae

Bump the rubocop group with 1 update
  • Loading branch information
chvp authored Mar 16, 2024
2 parents cc4df64 + 4fb82c0 commit 31af271
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ end

group :development do
gem 'annotate', '~> 3.2'
gem 'rubocop-minitest', '~> 0.34.5'
gem 'rubocop-minitest', '~> 0.35.0'
gem 'rubocop-rails', '~> 2.24'
gem 'web-console'
end
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ GEM
reline (0.4.3)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.62.0)
rubocop (1.62.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -266,9 +266,9 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-minitest (0.34.5)
rubocop (>= 1.39, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-minitest (0.35.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.24.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand Down Expand Up @@ -339,7 +339,7 @@ DEPENDENCIES
puma (~> 6.4)
rack-cors
rails (~> 7.1.3)
rubocop-minitest (~> 0.34.5)
rubocop-minitest (~> 0.35.0)
rubocop-rails (~> 2.24)
rugged
selenium-webdriver
Expand Down

0 comments on commit 31af271

Please sign in to comment.