roll back gemfile
This commit is contained in:
parent
6aa1fa1826
commit
3fac7c8dbc
1 changed files with 4 additions and 3 deletions
7
Gemfile
7
Gemfile
|
|
@ -1,9 +1,10 @@
|
|||
source 'http://rubygems.org'
|
||||
source 'http://gemcutter.org'
|
||||
|
||||
gem 'rails', '3.0.0.rc'
|
||||
gem 'bundler', '1.0.0.rc.1'
|
||||
|
||||
#gem 'rails', '3.0.0.rc'
|
||||
#gem 'bundler', '1.0.0.rc.1'
|
||||
gem 'rails' '3.0.0.beta4'
|
||||
gem 'bunlder' '0.9.26'
|
||||
#Security
|
||||
gem 'gpgme'
|
||||
gem 'devise', :git => 'http://github.com/BadMinus/devise.git'
|
||||
|
|
|
|||
Loading…
Reference in a new issue