Skip to content

Commit

Permalink
Add rails_12factor gem to chill Heroku out
Browse files Browse the repository at this point in the history
  • Loading branch information
tjgrathwell committed Sep 4, 2013
1 parent 0aae356 commit 526f0f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ gem 'sentry-raven'

group :production do
gem 'pg'
gem 'rails_12factor'
end

group :assets do
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,11 @@ GEM
activesupport (= 3.2.14)
bundler (~> 1.0)
railties (= 3.2.14)
rails_12factor (0.0.2)
rails_serve_static_assets
rails_stdout_logging
rails_serve_static_assets (0.0.1)
rails_stdout_logging (0.0.2)
railties (3.2.14)
actionpack (= 3.2.14)
activesupport (= 3.2.14)
Expand Down Expand Up @@ -330,6 +335,7 @@ DEPENDENCIES
poltergeist
quiet_assets
rails (= 3.2.14)
rails_12factor
rb-fsevent
rspec-rails
sanitize
Expand Down

0 comments on commit 526f0f6

Please sign in to comment.