Skip to content

Commit

Permalink
Update Gemfile for heroku deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Guzei committed Feb 1, 2012
1 parent 1189f9e commit cae511f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Gemfile
@@ -1,8 +1,14 @@
source 'https://rubygems.org'

gem 'rails', '3.2.0'
gem 'sqlite3'

group :development do
gem 'sqlite3'
end

group :production do
gem 'pg'
end

# Gems used only for assets and not required
# in production environments by default.
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -61,6 +61,7 @@ GEM
treetop (~> 1.4.8)
mime-types (1.17.2)
multi_json (1.0.4)
pg (0.12.2)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.1)
Expand Down Expand Up @@ -114,6 +115,7 @@ DEPENDENCIES
coffee-rails (~> 3.2.1)
emberjs-rails
jquery-rails
pg
rails (= 3.2.0)
sass-rails (~> 3.2.3)
sqlite3
Expand Down

0 comments on commit cae511f

Please sign in to comment.