Skip to content

Commit

Permalink
Update RuboCop gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppostma committed Nov 10, 2023
1 parent c3ae862 commit c60d6c1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
4 changes: 2 additions & 2 deletions 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.56.3'
gem 'rubocop', '~> 1.57.2'
gem 'rubocop-performance', '~> 1.19.0'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-rspec', '~> 2.24.0'
gem 'rubocop-rspec', '~> 2.25.0'
24 changes: 11 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ GEM
aws-sigv4 (~> 1.1)
aws-sigv4 (1.6.0)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.1.1)
capistrano (3.17.3)
airbrussh (>= 1.0.0)
i18n
Expand All @@ -50,14 +49,14 @@ GEM
net-ssh (>= 2.6.5, < 8.0.0)
net-ssh (7.2.0)
parallel (1.23.0)
parser (3.2.2.3)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
public_suffix (5.0.3)
racc (1.7.1)
racc (1.7.3)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.1)
regexp_parser (2.8.2)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand All @@ -72,19 +71,18 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.56.4)
base64 (~> 0.1.1)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
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)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.19.0)
rubocop (~> 1.41)
Expand All @@ -95,15 +93,15 @@ GEM
rubocop-ast (>= 0.4.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.24.1)
rubocop (~> 1.33)
rubocop-rspec (2.25.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
sshkit (1.21.5)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
webmock (3.19.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand All @@ -117,10 +115,10 @@ DEPENDENCIES
capistrano-asg-rolling!
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.56.3)
rubocop (~> 1.57.2)
rubocop-performance (~> 1.19.0)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.24.0)
rubocop-rspec (~> 2.25.0)
webmock (~> 3.11)

BUNDLED WITH
Expand Down

0 comments on commit c60d6c1

Please sign in to comment.