mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 08:09:53 +01:00
Merge pull request #1942 from Retrospring/dependabot/bundler/rspec-rails-7.1.0
This commit is contained in:
commit
c1e216fe38
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -92,7 +92,7 @@ group :development, :test do
|
||||||
gem "rake"
|
gem "rake"
|
||||||
gem "rspec-its", "~> 2.0"
|
gem "rspec-its", "~> 2.0"
|
||||||
gem "rspec-mocks"
|
gem "rspec-mocks"
|
||||||
gem "rspec-rails", "~> 7.0"
|
gem "rspec-rails", "~> 7.1"
|
||||||
gem "rspec-sidekiq", "~> 5.0", require: false
|
gem "rspec-sidekiq", "~> 5.0", require: false
|
||||||
gem "rubocop", "~> 1.68"
|
gem "rubocop", "~> 1.68"
|
||||||
gem "rubocop-rails", "~> 2.27"
|
gem "rubocop-rails", "~> 2.27"
|
||||||
|
|
|
@ -424,7 +424,7 @@ GEM
|
||||||
rspec-mocks (3.13.2)
|
rspec-mocks (3.13.2)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.13.0)
|
rspec-support (~> 3.13.0)
|
||||||
rspec-rails (7.0.1)
|
rspec-rails (7.1.0)
|
||||||
actionpack (>= 7.0)
|
actionpack (>= 7.0)
|
||||||
activesupport (>= 7.0)
|
activesupport (>= 7.0)
|
||||||
railties (>= 7.0)
|
railties (>= 7.0)
|
||||||
|
@ -616,7 +616,7 @@ DEPENDENCIES
|
||||||
rqrcode
|
rqrcode
|
||||||
rspec-its (~> 2.0)
|
rspec-its (~> 2.0)
|
||||||
rspec-mocks
|
rspec-mocks
|
||||||
rspec-rails (~> 7.0)
|
rspec-rails (~> 7.1)
|
||||||
rspec-sidekiq (~> 5.0)
|
rspec-sidekiq (~> 5.0)
|
||||||
rubocop (~> 1.68)
|
rubocop (~> 1.68)
|
||||||
rubocop-rails (~> 2.27)
|
rubocop-rails (~> 2.27)
|
||||||
|
|
Loading…
Reference in a new issue