mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Add 12factor.
This commit is contained in:
parent
54a17bea7b
commit
e170c64fe0
1
Gemfile
1
Gemfile
@ -64,6 +64,7 @@ end
|
||||
|
||||
group :production do
|
||||
gem 'thin'
|
||||
gem 'rails_12factor'
|
||||
end
|
||||
|
||||
gem 'newrelic_rpm'
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user