Bump rspec-rails from 4.1.2 to 5.1.2
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 4.1.2 to 5.1.2. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v4.1.2...v5.1.2) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0106fb4573
commit
69508af08e
2
Gemfile
2
Gemfile
|
@ -90,7 +90,7 @@ group :development, :test do
|
|||
gem "rake"
|
||||
gem "rspec-its", "~> 1.3"
|
||||
gem "rspec-mocks"
|
||||
gem "rspec-rails", "~> 4.0"
|
||||
gem "rspec-rails", "~> 5.1"
|
||||
gem "rspec-sidekiq", "~> 3.0", require: false
|
||||
gem "rubocop", "~> 1.22", ">= 1.22.1"
|
||||
gem "rubocop-rails", "~> 2.13", ">= 2.13.1"
|
||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -434,10 +434,10 @@ GEM
|
|||
rspec-mocks (3.11.1)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.11.0)
|
||||
rspec-rails (4.1.2)
|
||||
actionpack (>= 4.2)
|
||||
activesupport (>= 4.2)
|
||||
railties (>= 4.2)
|
||||
rspec-rails (5.1.2)
|
||||
actionpack (>= 5.2)
|
||||
activesupport (>= 5.2)
|
||||
railties (>= 5.2)
|
||||
rspec-core (~> 3.10)
|
||||
rspec-expectations (~> 3.10)
|
||||
rspec-mocks (~> 3.10)
|
||||
|
@ -629,7 +629,7 @@ DEPENDENCIES
|
|||
rqrcode
|
||||
rspec-its (~> 1.3)
|
||||
rspec-mocks
|
||||
rspec-rails (~> 4.0)
|
||||
rspec-rails (~> 5.1)
|
||||
rspec-sidekiq (~> 3.0)
|
||||
rubocop (~> 1.22, >= 1.22.1)
|
||||
rubocop-rails (~> 2.13, >= 2.13.1)
|
||||
|
|
Loading…
Reference in New Issue