Skip to content

Commit

Permalink
Merge pull request #254 from ZeusWPI/dependabot/bundler/rubocop-8b6fa…
Browse files Browse the repository at this point in the history
…a57f5

Bump rubocop-minitest from 0.35.0 to 0.35.1 in the rubocop group
  • Loading branch information
chvp committed Jul 13, 2024
2 parents ce64d1a + a35e56b commit 60665ed
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.35.0'
gem 'rubocop-minitest', '~> 0.35.1'
gem 'rubocop-rails', '~> 2.25'
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 @@ -195,7 +195,7 @@ GEM
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
parallel (1.25.1)
parser (3.3.3.0)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
Expand Down Expand Up @@ -254,20 +254,20 @@ GEM
io-console (~> 0.5)
rexml (3.3.1)
strscan
rubocop (1.64.1)
rubocop (1.65.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-minitest (0.35.0)
rubocop-minitest (0.35.1)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.25.1)
Expand Down Expand Up @@ -341,7 +341,7 @@ DEPENDENCIES
puma (~> 6.4)
rack-cors
rails (~> 7.1.3)
rubocop-minitest (~> 0.35.0)
rubocop-minitest (~> 0.35.1)
rubocop-rails (~> 2.25)
rugged
selenium-webdriver
Expand Down

0 comments on commit 60665ed

Please sign in to comment.