diff --git a/Gemfile b/Gemfile index 2413d544a..dce6d8e54 100644 --- a/Gemfile +++ b/Gemfile @@ -212,7 +212,7 @@ end group :development, :test do # RSpec (unit tests, some integration tests) - gem 'rspec-rails', '3.0.0' + gem 'rspec-rails', '3.0.2' # Cucumber (integration tests) gem 'cucumber-rails', '1.4.1', :require => false diff --git a/Gemfile.lock b/Gemfile.lock index 9b55ad466..55775a5a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -405,7 +405,7 @@ GEM rspec rspec-mocks (3.0.4) rspec-support (~> 3.0.0) - rspec-rails (3.0.0) + rspec-rails (3.0.2) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) @@ -572,7 +572,7 @@ DEPENDENCIES remotipart (= 1.2.1) roxml (= 3.1.6) rspec-instafail (= 0.2.5) - rspec-rails (= 3.0.0) + rspec-rails (= 3.0.2) ruby-oembed (= 0.8.10) sass-rails (= 4.0.3) selenium-webdriver (= 2.42.0)