Bump rspec-rails
This commit is contained in:
parent
ae6b5a634c
commit
19f6057ded
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -291,7 +291,7 @@ end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
# RSpec (unit tests, some integration tests)
|
# RSpec (unit tests, some integration tests)
|
||||||
gem "rspec-rails", "5.0.1"
|
gem "rspec-rails", "5.0.2"
|
||||||
|
|
||||||
# Cucumber (integration tests)
|
# Cucumber (integration tests)
|
||||||
gem "cucumber-rails", "2.4.0", require: false
|
gem "cucumber-rails", "2.4.0", require: false
|
||||||
|
|
|
||||||
|
|
@ -635,7 +635,7 @@ GEM
|
||||||
rspec-mocks (3.10.2)
|
rspec-mocks (3.10.2)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.10.0)
|
rspec-support (~> 3.10.0)
|
||||||
rspec-rails (5.0.1)
|
rspec-rails (5.0.2)
|
||||||
actionpack (>= 5.2)
|
actionpack (>= 5.2)
|
||||||
activesupport (>= 5.2)
|
activesupport (>= 5.2)
|
||||||
railties (>= 5.2)
|
railties (>= 5.2)
|
||||||
|
|
@ -643,7 +643,7 @@ GEM
|
||||||
rspec-expectations (~> 3.10)
|
rspec-expectations (~> 3.10)
|
||||||
rspec-mocks (~> 3.10)
|
rspec-mocks (~> 3.10)
|
||||||
rspec-support (~> 3.10)
|
rspec-support (~> 3.10)
|
||||||
rspec-support (3.10.2)
|
rspec-support (3.10.3)
|
||||||
rubocop (0.93.1)
|
rubocop (0.93.1)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 2.7.1.5)
|
parser (>= 2.7.1.5)
|
||||||
|
|
@ -903,7 +903,7 @@ DEPENDENCIES
|
||||||
responders (= 3.0.1)
|
responders (= 3.0.1)
|
||||||
rqrcode (= 2.1.0)
|
rqrcode (= 2.1.0)
|
||||||
rspec-json_expectations (~> 2.1)
|
rspec-json_expectations (~> 2.1)
|
||||||
rspec-rails (= 5.0.1)
|
rspec-rails (= 5.0.2)
|
||||||
rubocop (= 0.93.1)
|
rubocop (= 0.93.1)
|
||||||
rubocop-rails (= 2.9.1)
|
rubocop-rails (= 2.9.1)
|
||||||
ruby-oembed (= 0.15.0)
|
ruby-oembed (= 0.15.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue