Skip to content

Commit

Permalink
Update Gemfile.lock for Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoike03 committed May 1, 2014
1 parent 9b129c4 commit f04721a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ gem 'sdoc', '~> 0.4.0', group: :doc
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring', group: :development

group :production do
gem 'pg', '0.15.1'
gem 'rails_12factor', '0.0.2'
end


# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'

Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ GEM
mime-types (1.25.1)
minitest (5.3.3)
multi_json (1.9.3)
pg (0.15.1)
polyglot (0.3.4)
rack (1.5.2)
rack-test (0.6.2)
Expand All @@ -67,6 +68,11 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 4.1.0)
sprockets-rails (~> 2.0)
rails_12factor (0.0.2)
rails_serve_static_assets
rails_stdout_logging
rails_serve_static_assets (0.0.2)
rails_stdout_logging (0.0.3)
railties (4.1.0)
actionpack (= 4.1.0)
activesupport (= 4.1.0)
Expand Down Expand Up @@ -115,7 +121,9 @@ DEPENDENCIES
coffee-rails (= 4.0.1)
jbuilder (~> 2.0)
jquery-rails (= 3.0.4)
pg (= 0.15.1)
rails (= 4.1.0)
rails_12factor (= 0.0.2)
sass-rails (= 4.0.1)
sdoc (~> 0.4.0)
spring
Expand Down

0 comments on commit f04721a

Please sign in to comment.