mirror of
https://github.com/apigy/selfstarter.git
synced 2026-01-08 05:53:50 -05:00
Add rails_12factor gem, to support heroku deploys
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -37,3 +37,6 @@ gem 'amazon_flex_pay'
|
||||
|
||||
# Configuration File
|
||||
gem 'rails_config'
|
||||
|
||||
# For Heroku
|
||||
gem 'rails_12factor'
|
||||
|
||||
@@ -80,8 +80,13 @@ GEM
|
||||
bundler (>= 1.3.0, < 2.0)
|
||||
railties (= 4.0.0)
|
||||
sprockets-rails (~> 2.0.0)
|
||||
rails_12factor (0.0.2)
|
||||
rails_serve_static_assets
|
||||
rails_stdout_logging
|
||||
rails_config (0.3.3)
|
||||
activesupport (>= 3.0)
|
||||
rails_serve_static_assets (0.0.1)
|
||||
rails_stdout_logging (0.0.3)
|
||||
railties (4.0.0)
|
||||
actionpack (= 4.0.0)
|
||||
activesupport (= 4.0.0)
|
||||
@@ -151,6 +156,7 @@ DEPENDENCIES
|
||||
pg
|
||||
pry-rails
|
||||
rails (= 4.0.0)
|
||||
rails_12factor
|
||||
rails_config
|
||||
rspec-rails (~> 2.0)
|
||||
sass-rails (~> 4.0.0)
|
||||
|
||||
Reference in New Issue
Block a user