From d0b9c018ee931ba0aef4738758f496ece05957de Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Sun, 20 Mar 2011 10:27:38 +0100 Subject: [PATCH] Update RSpec and RSpec-rails to 2.5 --- Gemfile | 4 ++-- Gemfile.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index c5cc6e7..7f02765 100644 --- a/Gemfile +++ b/Gemfile @@ -12,11 +12,11 @@ platform :ruby do end group :development, :test do - gem 'rspec-rails', '~> 2.1' + gem 'rspec-rails', '~> 2.5' end group :test do - gem 'rspec', '~> 2.1' + gem 'rspec', '~> 2.5' gem 'database_cleaner', '~> 0.6.0' gem 'factory_girl_rails' end diff --git a/Gemfile.lock b/Gemfile.lock index 85be901..85800ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,6 +113,6 @@ DEPENDENCIES mongoid (~> 2.0.0.rc.7) nokogiri rails (= 3.0.5) - rspec (~> 2.1) - rspec-rails (~> 2.1) + rspec (~> 2.5) + rspec-rails (~> 2.5) will_paginate -- libgit2 0.21.2