added rails_12factor
This commit is contained in:
@@ -38,6 +38,7 @@ gem 'capybara'
|
|||||||
gem 'rails-i18n'
|
gem 'rails-i18n'
|
||||||
gem 'puma'
|
gem 'puma'
|
||||||
gem 'geocoder'
|
gem 'geocoder'
|
||||||
|
gem 'rails_12factor'
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
||||||
|
|||||||
@@ -133,6 +133,11 @@ GEM
|
|||||||
rails-i18n (4.0.5)
|
rails-i18n (4.0.5)
|
||||||
i18n (~> 0.6)
|
i18n (~> 0.6)
|
||||||
railties (~> 4.0)
|
railties (~> 4.0)
|
||||||
|
rails_12factor (0.0.3)
|
||||||
|
rails_serve_static_assets
|
||||||
|
rails_stdout_logging
|
||||||
|
rails_serve_static_assets (0.0.4)
|
||||||
|
rails_stdout_logging (0.0.4)
|
||||||
railties (4.2.4)
|
railties (4.2.4)
|
||||||
actionpack (= 4.2.4)
|
actionpack (= 4.2.4)
|
||||||
activesupport (= 4.2.4)
|
activesupport (= 4.2.4)
|
||||||
@@ -227,6 +232,7 @@ DEPENDENCIES
|
|||||||
puma
|
puma
|
||||||
rails (= 4.2.4)
|
rails (= 4.2.4)
|
||||||
rails-i18n
|
rails-i18n
|
||||||
|
rails_12factor
|
||||||
rspec-rails (~> 3.0)
|
rspec-rails (~> 3.0)
|
||||||
sass-rails (~> 5.0)
|
sass-rails (~> 5.0)
|
||||||
sdoc (~> 0.4.0)
|
sdoc (~> 0.4.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user