Merge pull request #1816 from Retrospring/dependabot/bundler/rubocop-1.65.1
This commit is contained in:
commit
09a77f987d
2
Gemfile
2
Gemfile
|
@ -94,7 +94,7 @@ group :development, :test do
|
|||
gem "rspec-mocks"
|
||||
gem "rspec-rails", "~> 6.1"
|
||||
gem "rspec-sidekiq", "~> 5.0", require: false
|
||||
gem "rubocop", "~> 1.64"
|
||||
gem "rubocop", "~> 1.65"
|
||||
gem "rubocop-rails", "~> 2.25"
|
||||
gem "shoulda-matchers", "~> 6.2"
|
||||
gem "simplecov", require: false
|
||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -300,7 +300,7 @@ GEM
|
|||
openssl (3.2.0)
|
||||
orm_adapter (0.5.0)
|
||||
parallel (1.25.1)
|
||||
parser (3.3.3.0)
|
||||
parser (3.3.4.0)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
pg (1.5.6)
|
||||
|
@ -369,7 +369,7 @@ GEM
|
|||
responders (3.1.1)
|
||||
actionpack (>= 5.2)
|
||||
railties (>= 5.2)
|
||||
rexml (3.3.1)
|
||||
rexml (3.3.4)
|
||||
strscan
|
||||
rolify (6.0.1)
|
||||
rotp (6.3.0)
|
||||
|
@ -413,18 +413,18 @@ GEM
|
|||
rspec-mocks (~> 3.0)
|
||||
sidekiq (>= 5, < 8)
|
||||
rspec-support (3.13.1)
|
||||
rubocop (1.64.1)
|
||||
rubocop (1.65.1)
|
||||
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)
|
||||
unicode-display_width (>= 2.4.0, < 3.0)
|
||||
rubocop-ast (1.31.3)
|
||||
rubocop-ast (1.32.0)
|
||||
parser (>= 3.3.1.0)
|
||||
rubocop-rails (2.25.1)
|
||||
activesupport (>= 4.2.0)
|
||||
|
@ -593,7 +593,7 @@ DEPENDENCIES
|
|||
rspec-mocks
|
||||
rspec-rails (~> 6.1)
|
||||
rspec-sidekiq (~> 5.0)
|
||||
rubocop (~> 1.64)
|
||||
rubocop (~> 1.65)
|
||||
rubocop-rails (~> 2.25)
|
||||
rubyzip (~> 2.3)
|
||||
sanitize
|
||||
|
|
Loading…
Reference in New Issue