Adjusted gemfile for heroku
This commit is contained in:
10
Gemfile
10
Gemfile
@@ -5,7 +5,15 @@ gem 'rails', '3.2.13'
|
||||
# Bundle edge Rails instead:
|
||||
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||
|
||||
gem 'sqlite3'
|
||||
# for deployment on Heroku
|
||||
gem "heroku"
|
||||
group :development, :test do
|
||||
gem 'sqlite3'
|
||||
end
|
||||
group :production do
|
||||
gem 'pg'
|
||||
gem 'thin'
|
||||
end
|
||||
|
||||
|
||||
# Gems used only for assets and not required
|
||||
|
||||
Reference in New Issue
Block a user