mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 10:19:52 +01:00
Bump rspec-its from 1.3.0 to 2.0.0
Bumps [rspec-its](https://github.com/rspec/rspec-its) from 1.3.0 to 2.0.0. - [Changelog](https://github.com/rspec/rspec-its/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-its/compare/v1.3.0...v2.0.0) --- updated-dependencies: - dependency-name: rspec-its dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d0be686cee
commit
adcd81861c
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