Skip to content

Commit

Permalink
Merge branch 'dependabot/bundler/rubocop-1.65.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Aug 13, 2024
2 parents 06d7cff + d036e71 commit f50a79a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,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.65.0', require: false
gem 'rubocop', '~> 1.65.1', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
end
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ GEM
hodel_3000_compliant_logger
open4 (1.3.4)
os (1.1.4)
parallel (1.25.1)
parser (3.3.4.0)
parallel (1.26.2)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
pg (1.5.7)
Expand All @@ -392,7 +392,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (6.0.0)
racc (1.8.0)
racc (1.8.1)
rack (2.2.9)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -448,7 +448,7 @@ GEM
request_store (1.5.1)
rack (>= 1.4)
retriable (3.1.2)
rexml (3.3.1)
rexml (3.3.5)
strscan
rolify (6.0.1)
rotp (6.3.0)
Expand All @@ -473,7 +473,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.65.0)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -484,7 +484,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
rubocop-ast (1.32.0)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
Expand Down Expand Up @@ -660,7 +660,7 @@ DEPENDENCIES
rolify (~> 6.0.1)
rspec-activemodel-mocks (~> 1.2.0)
rspec-rails (~> 6.1.3)
rubocop (~> 1.65.0)
rubocop (~> 1.65.1)
rubocop-performance
rubocop-rails
ruby-msg (~> 1.5.0)!
Expand Down

0 comments on commit f50a79a

Please sign in to comment.