Skip to content

Commit

Permalink
Update RuboCop.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppostma committed Dec 5, 2023
1 parent 8f9648f commit 7fc4fdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
# Specify your gem's dependencies in capistrano-asg-rolling.gemspec
gemspec

gem 'rubocop', '~> 1.57.2'
gem 'rubocop', '~> 1.58'
gem 'rubocop-performance', '~> 1.19.0'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-rspec', '~> 2.25.0'
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.57.2)
rubocop (1.58.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)
Expand Down Expand Up @@ -115,7 +115,7 @@ DEPENDENCIES
capistrano-asg-rolling!
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.57.2)
rubocop (~> 1.58)
rubocop-performance (~> 1.19.0)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.25.0)
Expand Down

0 comments on commit 7fc4fdb

Please sign in to comment.