Commit d0b9c018ee931ba0aef4738758f496ece05957de

Authored by Jeremy Lecour
1 parent b2c779fa
Exists in master and in 1 other branch production

Update RSpec and RSpec-rails to 2.5

Showing 2 changed files with 4 additions and 4 deletions   Show diff stats
@@ -12,11 +12,11 @@ platform :ruby do @@ -12,11 +12,11 @@ platform :ruby do
12 end 12 end
13 13
14 group :development, :test do 14 group :development, :test do
15 - gem 'rspec-rails', '~> 2.1' 15 + gem 'rspec-rails', '~> 2.5'
16 end 16 end
17 17
18 group :test do 18 group :test do
19 - gem 'rspec', '~> 2.1' 19 + gem 'rspec', '~> 2.5'
20 gem 'database_cleaner', '~> 0.6.0' 20 gem 'database_cleaner', '~> 0.6.0'
21 gem 'factory_girl_rails' 21 gem 'factory_girl_rails'
22 end 22 end
@@ -113,6 +113,6 @@ DEPENDENCIES @@ -113,6 +113,6 @@ DEPENDENCIES
113 mongoid (~> 2.0.0.rc.7) 113 mongoid (~> 2.0.0.rc.7)
114 nokogiri 114 nokogiri
115 rails (= 3.0.5) 115 rails (= 3.0.5)
116 - rspec (~> 2.1)  
117 - rspec-rails (~> 2.1) 116 + rspec (~> 2.5)
  117 + rspec-rails (~> 2.5)
118 will_paginate 118 will_paginate