1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Add 12factor.

This commit is contained in:
Dan Barber 2014-03-07 13:13:45 +00:00
parent 54a17bea7b
commit e170c64fe0
2 changed files with 7 additions and 0 deletions

View File

@ -64,6 +64,7 @@ end
group :production do
gem 'thin'
gem 'rails_12factor'
end
gem 'newrelic_rpm'

View File

@ -173,6 +173,11 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 4.0.3)
sprockets-rails (~> 2.0.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.0.3)
actionpack (= 4.0.3)
activesupport (= 4.0.3)
@ -273,6 +278,7 @@ DEPENDENCIES
powder
pry
rails (~> 4.0.0)
rails_12factor
redcarpet
rspec-rails
ruby_parser