Bump rspec-rails
This commit is contained in:
parent
d9d0eb1512
commit
ccbc65993d
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -301,7 +301,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", "3.8.1"
|
gem "rspec-rails", "3.8.2"
|
||||||
|
|
||||||
# Cucumber (integration tests)
|
# Cucumber (integration tests)
|
||||||
gem "cucumber-rails", "1.6.0", require: false
|
gem "cucumber-rails", "1.6.0", require: false
|
||||||
|
|
|
||||||
|
|
@ -609,7 +609,7 @@ GEM
|
||||||
rspec-mocks (3.8.0)
|
rspec-mocks (3.8.0)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.8.0)
|
rspec-support (~> 3.8.0)
|
||||||
rspec-rails (3.8.1)
|
rspec-rails (3.8.2)
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 3.0)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
railties (>= 3.0)
|
railties (>= 3.0)
|
||||||
|
|
@ -877,7 +877,7 @@ DEPENDENCIES
|
||||||
redis (= 3.3.5)
|
redis (= 3.3.5)
|
||||||
responders (= 2.4.1)
|
responders (= 2.4.1)
|
||||||
rspec-json_expectations (~> 2.1)
|
rspec-json_expectations (~> 2.1)
|
||||||
rspec-rails (= 3.8.1)
|
rspec-rails (= 3.8.2)
|
||||||
rubocop (= 0.66.0)
|
rubocop (= 0.66.0)
|
||||||
ruby-oembed (= 0.12.0)
|
ruby-oembed (= 0.12.0)
|
||||||
rubyzip (= 1.2.2)
|
rubyzip (= 1.2.2)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue