bump rspec-rails

This commit is contained in:
Jonne Haß 2014-06-01 13:44:27 +02:00
parent 4aaeb5f40f
commit bc9eaed382
2 changed files with 3 additions and 3 deletions

View file

@ -207,7 +207,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", '2.14.1' gem "rspec-rails", '2.14.2'
# Cucumber (integration tests) # Cucumber (integration tests)
gem 'cucumber-rails', '1.4.1', :require => false gem 'cucumber-rails', '1.4.1', :require => false

View file

@ -379,7 +379,7 @@ GEM
diff-lcs (>= 1.1.3, < 2.0) diff-lcs (>= 1.1.3, < 2.0)
rspec-instafail (0.2.4) rspec-instafail (0.2.4)
rspec-mocks (2.14.6) rspec-mocks (2.14.6)
rspec-rails (2.14.1) rspec-rails (2.14.2)
actionpack (>= 3.0) actionpack (>= 3.0)
activemodel (>= 3.0) activemodel (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
@ -534,7 +534,7 @@ DEPENDENCIES
remotipart (= 1.2.1) remotipart (= 1.2.1)
roxml (= 3.1.6) roxml (= 3.1.6)
rspec-instafail (= 0.2.4) rspec-instafail (= 0.2.4)
rspec-rails (= 2.14.1) rspec-rails (= 2.14.2)
ruby-oembed (= 0.8.9) ruby-oembed (= 0.8.9)
sass-rails (= 3.2.6) sass-rails (= 3.2.6)
selenium-webdriver (= 2.39.0) selenium-webdriver (= 2.39.0)