[updated #11] Changed Gemfile, because it was changed mistakely.
This commit is contained in:
parent
d2831da4b8
commit
4d76d8ad90
6
Gemfile
6
Gemfile
|
@ -2,10 +2,8 @@ source 'http://rubygems.org'
|
|||
|
||||
gem 'rails', '3.0.11' #, :git => 'git://github.com/rails/rails.git'
|
||||
|
||||
group :production do
|
||||
gem 'pg', '~> 0.11.0'
|
||||
gem 'silent-postgres', '~> 0.1.1'
|
||||
end
|
||||
gem 'pg', '~> 0.11.0'
|
||||
gem 'silent-postgres', '~> 0.1.1'
|
||||
|
||||
gem 'devise', '~> 1.5.2'
|
||||
gem 'omniauth', '~> 1.0.1'
|
||||
|
|
Loading…
Reference in New Issue