mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Bump rspec from 3.8.0 to 3.9.0 (#1255)
Bumps [rspec](https://github.com/rspec/rspec) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/rspec/rspec/releases) - [Commits](https://github.com/rspec/rspec/compare/v3.8.0...v3.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
65e13ae040
commit
4369abdd6f
2 changed files with 13 additions and 13 deletions
2
Gemfile
2
Gemfile
|
@ -5,7 +5,7 @@ gem 'bundler', '~> 1.1'
|
|||
gem 'pry'
|
||||
gem 'pry-byebug'
|
||||
gem 'rake', '12.3.2'
|
||||
gem 'rspec', '~> 3.6'
|
||||
gem 'rspec', '~> 3.9'
|
||||
gem 'rubocop', require: false
|
||||
gem 'rubocop-rails', require: false
|
||||
gem 'zeus', require: false
|
||||
|
|
24
Gemfile.lock
24
Gemfile.lock
|
@ -28,19 +28,19 @@ GEM
|
|||
rainbow (3.0.0)
|
||||
rake (12.3.2)
|
||||
redcarpet (3.4.0)
|
||||
rspec (3.8.0)
|
||||
rspec-core (~> 3.8.0)
|
||||
rspec-expectations (~> 3.8.0)
|
||||
rspec-mocks (~> 3.8.0)
|
||||
rspec-core (3.8.2)
|
||||
rspec-support (~> 3.8.0)
|
||||
rspec-expectations (3.8.4)
|
||||
rspec (3.9.0)
|
||||
rspec-core (~> 3.9.0)
|
||||
rspec-expectations (~> 3.9.0)
|
||||
rspec-mocks (~> 3.9.0)
|
||||
rspec-core (3.9.0)
|
||||
rspec-support (~> 3.9.0)
|
||||
rspec-expectations (3.9.0)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.8.0)
|
||||
rspec-mocks (3.8.1)
|
||||
rspec-support (~> 3.9.0)
|
||||
rspec-mocks (3.9.0)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.8.0)
|
||||
rspec-support (3.8.2)
|
||||
rspec-support (~> 3.9.0)
|
||||
rspec-support (3.9.0)
|
||||
rubocop (0.71.0)
|
||||
jaro_winkler (~> 1.5.1)
|
||||
parallel (~> 1.10)
|
||||
|
@ -70,7 +70,7 @@ DEPENDENCIES
|
|||
pygments.rb
|
||||
rake (= 12.3.2)
|
||||
redcarpet
|
||||
rspec (~> 3.6)
|
||||
rspec (~> 3.9)
|
||||
rubocop
|
||||
rubocop-rails
|
||||
yard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue