Bump rspec-rails from 5.0.1 to 5.1.2

Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 5.0.1 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/v5.0.1...v5.1.2)

---
updated-dependencies:
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-08-25 22:36:08 +00:00
committed by Javi Martín
parent 567c2ed34f
commit bf3fdf151e
2 changed files with 11 additions and 11 deletions

View File

@@ -87,7 +87,7 @@ group :test do
gem "capybara-webmock", "~> 0.6.0"
gem "coveralls", "~> 0.8.23", require: false
gem "email_spec", "~> 2.2.0"
gem "rspec-rails", "~> 5.0"
gem "rspec-rails", "~> 5.1.2"
gem "selenium-webdriver", "~> 3.142"
gem "webdrivers", "~> 4.7.0"
end

View File

@@ -183,7 +183,7 @@ GEM
warden (~> 1.2.3)
devise-security (0.16.0)
devise (>= 4.3.0, < 5.0)
diff-lcs (1.4.4)
diff-lcs (1.5.0)
docile (1.3.2)
dry-configurable (0.7.0)
concurrent-ruby (~> 1.0)
@@ -531,15 +531,15 @@ GEM
retriable (3.1.2)
rexml (3.2.5)
rinku (2.0.6)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.2)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-rails (5.0.1)
rspec-support (~> 3.11.0)
rspec-rails (5.1.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
railties (>= 5.2)
@@ -547,7 +547,7 @@ GEM
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.2)
rspec-support (3.11.0)
rubocop (1.18.4)
parallel (~> 1.10)
parser (>= 3.0.0.0)
@@ -779,7 +779,7 @@ DEPENDENCIES
redcarpet (~> 3.5.1)
responders (~> 3.0.1)
rinku (~> 2.0.6)
rspec-rails (~> 5.0)
rspec-rails (~> 5.1.2)
rubocop (~> 1.18.4)
rubocop-performance (~> 1.11.4)
rubocop-rails (~> 2.15.2)