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
Gemfile
... ... @@ -12,11 +12,11 @@ platform :ruby do
12 12 end
13 13  
14 14 group :development, :test do
15   - gem 'rspec-rails', '~> 2.1'
  15 + gem 'rspec-rails', '~> 2.5'
16 16 end
17 17  
18 18 group :test do
19   - gem 'rspec', '~> 2.1'
  19 + gem 'rspec', '~> 2.5'
20 20 gem 'database_cleaner', '~> 0.6.0'
21 21 gem 'factory_girl_rails'
22 22 end
... ...
Gemfile.lock
... ... @@ -113,6 +113,6 @@ DEPENDENCIES
113 113 mongoid (~> 2.0.0.rc.7)
114 114 nokogiri
115 115 rails (= 3.0.5)
116   - rspec (~> 2.1)
117   - rspec-rails (~> 2.1)
  116 + rspec (~> 2.5)
  117 + rspec-rails (~> 2.5)
118 118 will_paginate
... ...