Skip to content

Commit

Permalink
Use rails beta gem instead of git checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanbergen committed Apr 8, 2010
1 parent 5afec6d commit 8941ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,10 +1,10 @@
# Edit this Gemfile to bundle your application's dependencies.
source 'http://gemcutter.org'

# gem "rails", "3.0.0.beta"
gem "rails", "3.0.0.beta2"

## Bundle edge rails:
gem "rails", :git => "git://github.com/rails/rails.git"
# gem "rails", :git => "git://github.com/rails/rails.git"

gem "mysql"
gem "nokogiri"
Expand Down

0 comments on commit 8941ffa

Please sign in to comment.