Bump rspec-rails from 5.0.2 to 5.1.0 (#16315)

Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 5.0.2 to 5.1.0.
- [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.2...v5.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-01-26 13:01:21 -07:00 committed by GitHub
parent b8ee38a327
commit 355328cd4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 5 additions and 5 deletions

View file

@ -139,7 +139,7 @@ group :development, :test do
gem "knapsack_pro", "~> 3.1.3" # Help parallelize Ruby spec builds
gem "pry", "~> 0.14" # An IRB alternative and runtime developer console
gem "pry-rails", "~> 0.3" # Use Pry as your rails console
gem "rspec-rails", "~> 5.0" # rspec-rails is a testing framework for Rails 3+
gem "rspec-rails", "~> 5.1" # rspec-rails is a testing framework for Rails 3+
gem "rubocop", "~> 1.25", require: false # Automatic Ruby code style checking tool
gem "rubocop-performance", "~> 1.13", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code
gem "rubocop-rails", "~> 2.13", require: false # Automatic Rails code style checking tool

View file

@ -669,13 +669,13 @@ GEM
modis (>= 3.0, < 5.0)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
rspec-expectations (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-rails (5.0.2)
rspec-rails (5.1.0)
actionpack (>= 5.2)
activesupport (>= 5.2)
railties (>= 5.2)
@ -685,7 +685,7 @@ GEM
rspec-support (~> 3.10)
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.10.2)
rspec-support (3.10.3)
rss (0.2.9)
rexml
rubocop (1.25.0)
@ -1007,7 +1007,7 @@ DEPENDENCIES
rouge (~> 3.27)
rpush (~> 7.0)
rpush-redis (~> 1.1)
rspec-rails (~> 5.0)
rspec-rails (~> 5.1)
rspec-retry (~> 0.6)
rss (~> 0.2.9)
rubocop (~> 1.25)

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/rspec-rails-5.1.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/rspec-support-3.10.3.gem vendored Normal file

Binary file not shown.