gemfile
This commit is contained in:
parent
004233ed73
commit
a534d6424e
1 changed files with 3 additions and 2 deletions
5
Gemfile
5
Gemfile
|
|
@ -3,8 +3,9 @@ source 'http://gemcutter.org'
|
|||
|
||||
#gem 'rails', '3.0.0.rc'
|
||||
#gem 'bundler', '1.0.0.rc.1'
|
||||
gem 'rails' '3.0.0.beta4'
|
||||
gem 'bundler' '0.9.26'
|
||||
gem 'rails', '3.0.0.beta4'
|
||||
gem 'bundler', '0.9.26'
|
||||
|
||||
#Security
|
||||
gem 'gpgme'
|
||||
gem 'devise', :git => 'http://github.com/BadMinus/devise.git'
|
||||
|
|
|
|||
Loading…
Reference in a new issue