Skip to content

Commit

Permalink
Merge branch 'dependabot/bundler/rubocop-1.65.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Jul 15, 2024
2 parents fbda2d9 + 10afd1b commit ce5c0b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .ruby-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ Bundler/OrderedGems:

#################### Gemspec ####################

Gemspec/AddRuntimeDependency:
Enabled: false

Gemspec/DependencyVersion:
Enabled: false

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ group :development do
gem 'net-ssh-gateway', '>= 1.1.0', '< 3.0.0'
gem 'launchy', '< 3.1.0'
gem 'web-console', '>= 3.3.0'
gem 'rubocop', '~> 1.64.1', require: false
gem 'rubocop', '~> 1.65.0', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
end
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ GEM
open4 (1.3.4)
os (1.1.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 @@ -469,13 +469,13 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
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)
Expand Down Expand Up @@ -649,7 +649,7 @@ DEPENDENCIES
rolify (~> 6.0.1)
rspec-activemodel-mocks (~> 1.2.0)
rspec-rails (~> 6.1.3)
rubocop (~> 1.64.1)
rubocop (~> 1.65.0)
rubocop-performance
rubocop-rails
ruby-msg (~> 1.5.0)!
Expand Down

0 comments on commit ce5c0b1

Please sign in to comment.