Bump rspec-rails from 4.0.2 to 4.1.0 (#12929)
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 4.0.2 to 4.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/v4.0.2...v4.1.0) 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:
parent
919675d2f8
commit
2f8da32732
8 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -147,7 +147,7 @@ group :development, :test do
|
|||
gem "faker", "~> 2.16" # A library for generating fake data such as names, addresses, and phone numbers
|
||||
gem "knapsack_pro", "~> 2.11.0" # Help parallelize Ruby spec builds
|
||||
gem "pry-byebug", "~> 3.8" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution
|
||||
gem "rspec-rails", "~> 4.0" # rspec-rails is a testing framework for Rails 3+
|
||||
gem "rspec-rails", "~> 4.1" # rspec-rails is a testing framework for Rails 3+
|
||||
gem "rubocop", "~> 1.11", require: false # Automatic Ruby code style checking tool
|
||||
gem "rubocop-performance", "~> 1.10", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code
|
||||
gem "rubocop-rails", "~> 2.9", require: false # Automatic Rails code style checking tool
|
||||
|
|
|
|||
|
|
@ -650,10 +650,10 @@ GEM
|
|||
rspec-expectations (3.10.1)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.10.0)
|
||||
rspec-mocks (3.10.1)
|
||||
rspec-mocks (3.10.2)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.10.0)
|
||||
rspec-rails (4.0.2)
|
||||
rspec-rails (4.1.0)
|
||||
actionpack (>= 4.2)
|
||||
activesupport (>= 4.2)
|
||||
railties (>= 4.2)
|
||||
|
|
@ -663,7 +663,7 @@ GEM
|
|||
rspec-support (~> 3.10)
|
||||
rspec-retry (0.6.2)
|
||||
rspec-core (> 3.3)
|
||||
rspec-support (3.10.1)
|
||||
rspec-support (3.10.2)
|
||||
rubocop (1.11.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.0.0.0)
|
||||
|
|
@ -964,7 +964,7 @@ DEPENDENCIES
|
|||
reverse_markdown (~> 2.0)
|
||||
rolify (~> 5.3)
|
||||
rouge (~> 3.26)
|
||||
rspec-rails (~> 4.0)
|
||||
rspec-rails (~> 4.1)
|
||||
rspec-retry (~> 0.6)
|
||||
rubocop (~> 1.11)
|
||||
rubocop-performance (~> 1.10)
|
||||
|
|
|
|||
BIN
vendor/cache/rspec-mocks-3.10.1.gem
vendored
BIN
vendor/cache/rspec-mocks-3.10.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/rspec-mocks-3.10.2.gem
vendored
Normal file
BIN
vendor/cache/rspec-mocks-3.10.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rspec-rails-4.0.2.gem
vendored
BIN
vendor/cache/rspec-rails-4.0.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/rspec-rails-4.1.0.gem
vendored
Normal file
BIN
vendor/cache/rspec-rails-4.1.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rspec-support-3.10.1.gem
vendored
BIN
vendor/cache/rspec-support-3.10.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/rspec-support-3.10.2.gem
vendored
Normal file
BIN
vendor/cache/rspec-support-3.10.2.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue