Finalizing move to rspec 2.0.0 (rake wasn't working)

This commit is contained in:
Sam Lown 2010-08-18 20:00:03 +02:00
parent dad386d8c9
commit 51918548b1
4 changed files with 16 additions and 18 deletions

View file

@ -1,13 +1,13 @@
gem 'couchrest', ">= 1.0.0.beta"
gem 'couchrest', ">= 1.0.0"
require 'couchrest'
gem "tzinfo", ">= 0.3.22"
gem "activesupport", ">= 2.3.5"
gem "activesupport", ">= 3.0.0.rc"
require 'active_support/core_ext'
require 'active_support/json'
gem "activemodel", ">= 3.0.0.beta4"
gem "activemodel", ">= 3.0.0.rc"
require 'active_model'
require "active_model/callbacks"
require "active_model/conversion"