mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Bump rspec from 3.9.0 to 3.10.0 (#2395)
Bumps [rspec](https://github.com/rspec/rspec) from 3.9.0 to 3.10.0. - [Release notes](https://github.com/rspec/rspec/releases) - [Commits](https://github.com/rspec/rspec/compare/v3.9.0...v3.10.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
b25362c4ca
commit
6f4461dfa4
2 changed files with 13 additions and 13 deletions
2
Gemfile
2
Gemfile
|
@ -12,7 +12,7 @@ gem 'aruba', '~> 1.0.0', require: false
|
|||
gem 'byebug'
|
||||
gem 'capybara', '~> 3.33.0', require: false
|
||||
gem 'cucumber', '~> 5.2', require: false
|
||||
gem 'rspec', '~> 3.0', require: false
|
||||
gem 'rspec', '~> 3.10', require: false
|
||||
|
||||
# Pry tools
|
||||
gem 'pry'
|
||||
|
|
24
Gemfile.lock
24
Gemfile.lock
|
@ -189,19 +189,19 @@ GEM
|
|||
rgl (0.5.6)
|
||||
lazy_priority_queue (~> 0.1.0)
|
||||
stream (~> 0.5.2)
|
||||
rspec (3.9.0)
|
||||
rspec-core (~> 3.9.0)
|
||||
rspec-expectations (~> 3.9.0)
|
||||
rspec-mocks (~> 3.9.0)
|
||||
rspec-core (3.9.2)
|
||||
rspec-support (~> 3.9.3)
|
||||
rspec-expectations (3.9.2)
|
||||
rspec (3.10.0)
|
||||
rspec-core (~> 3.10.0)
|
||||
rspec-expectations (~> 3.10.0)
|
||||
rspec-mocks (~> 3.10.0)
|
||||
rspec-core (3.10.0)
|
||||
rspec-support (~> 3.10.0)
|
||||
rspec-expectations (3.10.0)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.9.0)
|
||||
rspec-mocks (3.9.1)
|
||||
rspec-support (~> 3.10.0)
|
||||
rspec-mocks (3.10.0)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.9.0)
|
||||
rspec-support (3.9.3)
|
||||
rspec-support (~> 3.10.0)
|
||||
rspec-support (3.10.0)
|
||||
rubocop (1.1.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.7.1.5)
|
||||
|
@ -274,7 +274,7 @@ DEPENDENCIES
|
|||
pry-stack_explorer
|
||||
rake (~> 13.0)
|
||||
redcarpet (>= 3.1)
|
||||
rspec (~> 3.0)
|
||||
rspec (~> 3.10)
|
||||
rubocop (~> 1.1)
|
||||
rubocop-performance (~> 1.8)
|
||||
rubydns (~> 2.0.2)
|
||||
|
|
Loading…
Reference in a new issue