Commit c588ef97 by tady

add 12factor

parent 9450a812
...@@ -149,3 +149,7 @@ gem 'hipchat' ...@@ -149,3 +149,7 @@ gem 'hipchat'
# For PDF upload # For PDF upload
gem 'rmagick', :require => 'RMagick' gem 'rmagick', :require => 'RMagick'
# for heroku
gem 'rails_12factor', group: :production
...@@ -397,6 +397,11 @@ GEM ...@@ -397,6 +397,11 @@ GEM
bundler (>= 1.3.0, < 2.0) bundler (>= 1.3.0, < 2.0)
railties (= 4.1.7) railties (= 4.1.7)
sprockets-rails (~> 2.0) sprockets-rails (~> 2.0)
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
rails_serve_static_assets (0.0.2)
rails_stdout_logging (0.0.3)
railties (4.1.7) railties (4.1.7)
actionpack (= 4.1.7) actionpack (= 4.1.7)
activesupport (= 4.1.7) activesupport (= 4.1.7)
...@@ -562,6 +567,7 @@ DEPENDENCIES ...@@ -562,6 +567,7 @@ DEPENDENCIES
pry-rails pry-rails
rack-mini-profiler rack-mini-profiler
rails (~> 4.1) rails (~> 4.1)
rails_12factor
rmagick rmagick
rspec-rails rspec-rails
rubocop rubocop
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment