Adjusted gemfile for heroku

This commit is contained in:
2013-05-14 00:57:07 -07:00
parent ff4e7614e6
commit 71732dc753
2 changed files with 35 additions and 1 deletions

10
Gemfile
View File

@@ -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