mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 10:19:52 +01:00
Merge pull request #1916 from Retrospring/dependabot/bundler/rubocop-1.67.0
This commit is contained in:
commit
cfeeaddddb
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -94,7 +94,7 @@ group :development, :test do
|
||||||
gem "rspec-mocks"
|
gem "rspec-mocks"
|
||||||
gem "rspec-rails", "~> 7.0"
|
gem "rspec-rails", "~> 7.0"
|
||||||
gem "rspec-sidekiq", "~> 5.0", require: false
|
gem "rspec-sidekiq", "~> 5.0", require: false
|
||||||
gem "rubocop", "~> 1.66"
|
gem "rubocop", "~> 1.67"
|
||||||
gem "rubocop-rails", "~> 2.26"
|
gem "rubocop-rails", "~> 2.26"
|
||||||
gem "shoulda-matchers", "~> 6.4"
|
gem "shoulda-matchers", "~> 6.4"
|
||||||
gem "simplecov", require: false
|
gem "simplecov", require: false
|
||||||
|
|
|
@ -439,7 +439,7 @@ GEM
|
||||||
rspec-mocks (~> 3.0)
|
rspec-mocks (~> 3.0)
|
||||||
sidekiq (>= 5, < 8)
|
sidekiq (>= 5, < 8)
|
||||||
rspec-support (3.13.1)
|
rspec-support (3.13.1)
|
||||||
rubocop (1.66.1)
|
rubocop (1.67.0)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
language_server-protocol (>= 3.17.0)
|
language_server-protocol (>= 3.17.0)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
|
@ -620,7 +620,7 @@ DEPENDENCIES
|
||||||
rspec-mocks
|
rspec-mocks
|
||||||
rspec-rails (~> 7.0)
|
rspec-rails (~> 7.0)
|
||||||
rspec-sidekiq (~> 5.0)
|
rspec-sidekiq (~> 5.0)
|
||||||
rubocop (~> 1.66)
|
rubocop (~> 1.67)
|
||||||
rubocop-rails (~> 2.26)
|
rubocop-rails (~> 2.26)
|
||||||
rubyzip (~> 2.3)
|
rubyzip (~> 2.3)
|
||||||
sanitize
|
sanitize
|
||||||
|
|
Loading…
Reference in a new issue