mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-03 18:33:01 +01:00
Merge pull request #1992 from Retrospring/dependabot/bundler/rubocop-1.71.0
This commit is contained in:
commit
6b6b8b7b35
2 changed files with 10 additions and 10 deletions
2
Gemfile
2
Gemfile
|
@ -94,7 +94,7 @@ group :development, :test do
|
|||
gem "rspec-mocks"
|
||||
gem "rspec-rails", "~> 7.1"
|
||||
gem "rspec-sidekiq", "~> 5.0", require: false
|
||||
gem "rubocop", "~> 1.69"
|
||||
gem "rubocop", "~> 1.71"
|
||||
gem "rubocop-rails", "~> 2.27"
|
||||
gem "shoulda-matchers", "~> 6.4"
|
||||
gem "simplecov", require: false
|
||||
|
|
18
Gemfile.lock
18
Gemfile.lock
|
@ -246,7 +246,7 @@ GEM
|
|||
ruby-vips (>= 2.0.17, < 3)
|
||||
jsbundling-rails (1.3.1)
|
||||
railties (>= 6.0.0)
|
||||
json (2.8.2)
|
||||
json (2.9.1)
|
||||
json-schema (5.1.0)
|
||||
addressable (~> 2.8)
|
||||
jwt (2.10.1)
|
||||
|
@ -325,7 +325,7 @@ GEM
|
|||
os (1.1.4)
|
||||
ostruct (0.6.1)
|
||||
parallel (1.26.3)
|
||||
parser (3.3.6.0)
|
||||
parser (3.3.7.0)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
pg (1.5.9)
|
||||
|
@ -390,7 +390,7 @@ GEM
|
|||
rake (13.2.1)
|
||||
redcarpet (3.6.0)
|
||||
redis (4.8.1)
|
||||
regexp_parser (2.9.3)
|
||||
regexp_parser (2.10.0)
|
||||
request_store (1.5.1)
|
||||
rack (>= 1.4)
|
||||
responders (3.1.1)
|
||||
|
@ -440,17 +440,17 @@ GEM
|
|||
rspec-mocks (~> 3.0)
|
||||
sidekiq (>= 5, < 8)
|
||||
rspec-support (3.13.1)
|
||||
rubocop (1.69.0)
|
||||
rubocop (1.71.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 (>= 2.4, < 3.0)
|
||||
rubocop-ast (>= 1.36.1, < 2.0)
|
||||
regexp_parser (>= 2.9.3, < 3.0)
|
||||
rubocop-ast (>= 1.36.2, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 4.0)
|
||||
rubocop-ast (1.36.2)
|
||||
rubocop-ast (1.37.0)
|
||||
parser (>= 3.3.1.0)
|
||||
rubocop-rails (2.27.0)
|
||||
activesupport (>= 4.2.0)
|
||||
|
@ -537,7 +537,7 @@ GEM
|
|||
unf (0.1.4)
|
||||
unf_ext
|
||||
unf_ext (0.0.8.2)
|
||||
unicode-display_width (3.1.2)
|
||||
unicode-display_width (3.1.4)
|
||||
unicode-emoji (~> 4.0, >= 4.0.4)
|
||||
unicode-emoji (4.0.4)
|
||||
uniform_notifier (1.16.0)
|
||||
|
@ -622,7 +622,7 @@ DEPENDENCIES
|
|||
rspec-mocks
|
||||
rspec-rails (~> 7.1)
|
||||
rspec-sidekiq (~> 5.0)
|
||||
rubocop (~> 1.69)
|
||||
rubocop (~> 1.71)
|
||||
rubocop-rails (~> 2.27)
|
||||
rubyzip (~> 2.4)
|
||||
sanitize
|
||||
|
|
Loading…
Reference in a new issue