Skip to content

Commit

Permalink
Merge branch 'dependabot/bundler/rubocop-1.56.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Aug 14, 2023
2 parents 512f4bf + 402006a commit cfc3e87
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .ruby-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ AllCops:
Bundler/DuplicatedGem:
Enabled: false

Bundler/DuplicatedGroup:
Enabled: false

Bundler/GemComment:
Enabled: false

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ group :development do
gem 'net-ssh-gateway', '>= 1.1.0', '< 3.0.0'
gem 'launchy', '< 2.6.0'
gem 'web-console', '>= 3.3.0'
gem 'rubocop', '~> 1.55.0', require: false
gem 'rubocop', '~> 1.56.0', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
end
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ GEM
faraday (~> 0.9)
faraday_middleware (~> 0.10)
nokogiri (~> 1.6, >= 1.6.8)
base64 (0.1.1)
bcrypt (3.1.19)
bindex (0.8.1)
bootstrap-sass (2.3.2.2)
Expand Down Expand Up @@ -457,7 +458,8 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.0)
rubocop (1.55.0)
rubocop (1.56.0)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -628,7 +630,7 @@ DEPENDENCIES
routing-filter (~> 0.7.0)
rspec-activemodel-mocks (~> 1.1.0)
rspec-rails (~> 6.0.3)
rubocop (~> 1.55.0)
rubocop (~> 1.56.0)
rubocop-performance
rubocop-rails
ruby-msg (~> 1.5.0)!
Expand Down

0 comments on commit cfc3e87

Please sign in to comment.