Bump rspec-rails
This commit is contained in:
parent
bcc260664d
commit
c79b862490
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -294,7 +294,7 @@ end
|
|||
|
||||
group :development, :test do
|
||||
# RSpec (unit tests, some integration tests)
|
||||
gem "rspec-rails", "3.5.1"
|
||||
gem "rspec-rails", "3.5.2"
|
||||
|
||||
# Cucumber (integration tests)
|
||||
gem "cucumber-rails", "1.4.5", require: false
|
||||
|
|
|
|||
|
|
@ -743,7 +743,7 @@ GEM
|
|||
rspec-mocks (3.5.0)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.5.0)
|
||||
rspec-rails (3.5.1)
|
||||
rspec-rails (3.5.2)
|
||||
actionpack (>= 3.0)
|
||||
activesupport (>= 3.0)
|
||||
railties (>= 3.0)
|
||||
|
|
@ -1022,7 +1022,7 @@ DEPENDENCIES
|
|||
rb-inotify (= 0.9.7)
|
||||
redcarpet (= 3.3.4)
|
||||
responders (= 2.3.0)
|
||||
rspec-rails (= 3.5.1)
|
||||
rspec-rails (= 3.5.2)
|
||||
rubocop (= 0.40.0)
|
||||
ruby-oembed (= 0.10.1)
|
||||
rubyzip (= 1.2.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue