diff --git a/spec/rails_root/Gemfile b/spec/rails_root/Gemfile index 3a5e0c0..37fc1c7 100644 --- a/spec/rails_root/Gemfile +++ b/spec/rails_root/Gemfile @@ -1,6 +1,6 @@ # Edit this Gemfile to bundle your application's dependencies. source 'http://gemcutter.org' group :development, :test do - gem "rails", "~> 3.2.13" - gem 'rspec-rails', '~> 2.13' + gem "rails", "~> 3.2.14" + gem 'rspec-rails', '~> 2.13', '>= 2.13.1' end