Skip to content

Commit

Permalink
Merge pull request #2030 from cloudnativedaysjp/update_rubocops
Browse files Browse the repository at this point in the history
update rubocop dependencies
  • Loading branch information
jacopen authored Sep 17, 2023
2 parents 696cc40 + da275c9 commit ea0783a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ group :development, :test do
gem 'committee'
gem 'committee-rails'
gem 'simplecov'
gem 'rubocop', '~> 1.52.0'
gem 'rubocop', '~> 1.56.0'
gem 'rubocop-rails'
gem 'rubocop-rspec', '>= 2.22.0'
gem 'rubocop-rspec'
gem 'annotate', require: false
end

Expand Down
22 changes: 13 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ GEM
rack (~> 2)
aws-sigv4 (1.5.1)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.1.1)
bindex (0.8.1)
bootsnap (1.13.0)
msgpack (~> 1.2)
Expand Down Expand Up @@ -458,8 +459,9 @@ GEM
opentelemetry-semantic_conventions (1.8.0)
opentelemetry-api (~> 1.0)
parallel (1.22.1)
parser (3.2.1.0)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pluginator (1.5.0)
pre-commit (0.39.0)
pluginator (~> 1.5)
Expand Down Expand Up @@ -543,7 +545,7 @@ GEM
redis-store (>= 1.2, < 2)
redis-store (1.9.1)
redis (>= 4, < 5)
regexp_parser (2.7.0)
regexp_parser (2.8.1)
rexml (3.2.5)
roda (3.59.0)
rack
Expand All @@ -564,14 +566,16 @@ GEM
rspec-mocks (~> 3.11)
rspec-support (~> 3.11)
rspec-support (3.12.0)
rubocop (1.52.0)
rubocop (1.56.3)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.0.0)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.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)
Expand All @@ -580,11 +584,11 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.23.1)
rubocop (~> 1.33)
rubocop-rails (2.19.1)
rubocop-rails (2.21.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-rspec (2.22.0)
rubocop-rspec (2.23.2)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand Down Expand Up @@ -745,9 +749,9 @@ DEPENDENCIES
redis-rails
rexml (~> 3.2, >= 3.2.4)
rspec-rails
rubocop (~> 1.52.0)
rubocop (~> 1.56.0)
rubocop-rails
rubocop-rspec (>= 2.22.0)
rubocop-rspec
sass-rails (>= 6)
seed-fu
sentry-opentelemetry
Expand Down

0 comments on commit ea0783a

Please sign in to comment.