mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 08:29:53 +01:00
Merge pull request #1934 from Retrospring/dependabot/bundler/rspec-its-2.0.0
This commit is contained in:
commit
e75e0b8781
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
@ -90,7 +90,7 @@ group :development, :test do
|
|||
gem "letter_opener" # Use this just in local test environments
|
||||
gem "rails-controller-testing"
|
||||
gem "rake"
|
||||
gem "rspec-its", "~> 1.3"
|
||||
gem "rspec-its", "~> 2.0"
|
||||
gem "rspec-mocks"
|
||||
gem "rspec-rails", "~> 7.0"
|
||||
gem "rspec-sidekiq", "~> 5.0", require: false
|
||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -414,14 +414,14 @@ GEM
|
|||
chunky_png (~> 1.0)
|
||||
rqrcode_core (~> 1.0)
|
||||
rqrcode_core (1.2.0)
|
||||
rspec-core (3.13.1)
|
||||
rspec-core (3.13.2)
|
||||
rspec-support (~> 3.13.0)
|
||||
rspec-expectations (3.13.3)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.13.0)
|
||||
rspec-its (1.3.0)
|
||||
rspec-core (>= 3.0.0)
|
||||
rspec-expectations (>= 3.0.0)
|
||||
rspec-its (2.0.0)
|
||||
rspec-core (>= 3.13.0)
|
||||
rspec-expectations (>= 3.13.0)
|
||||
rspec-mocks (3.13.2)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.13.0)
|
||||
|
@ -616,7 +616,7 @@ DEPENDENCIES
|
|||
rolify (~> 6.0)
|
||||
rpush
|
||||
rqrcode
|
||||
rspec-its (~> 1.3)
|
||||
rspec-its (~> 2.0)
|
||||
rspec-mocks
|
||||
rspec-rails (~> 7.0)
|
||||
rspec-sidekiq (~> 5.0)
|
||||
|
|
Loading…
Reference in a new issue