Updated gem versions, specifically Rails 3 to be the latest rc candidate.
This commit is contained in:
parent
24feb801f5
commit
3820a5cdb6
1 changed files with 3 additions and 3 deletions
6
Gemfile
6
Gemfile
|
@ -1,5 +1,5 @@
|
|||
source :gemcutter
|
||||
|
||||
gem "rails", "= 3.0.0.beta"
|
||||
gem "thoughtbot-factory_girl", "= 1.2.2"
|
||||
gem "delorean", :version => ">= 0.1.1"
|
||||
gem "rails", "= 3.0.0rc"
|
||||
gem "factory_girl", "= 1.3.2"
|
||||
gem "delorean", :version => "= 0.2.0"
|
||||
|
|
Loading…
Reference in a new issue