added rails_12factor

This commit is contained in:
2015-10-19 10:44:37 +02:00
parent 0fffde2f08
commit 42f91aeca1
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@ gem 'capybara'
gem 'rails-i18n'
gem 'puma'
gem 'geocoder'
gem 'rails_12factor'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
+6
View File
@@ -133,6 +133,11 @@ GEM
rails-i18n (4.0.5)
i18n (~> 0.6)
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)
actionpack (= 4.2.4)
activesupport (= 4.2.4)
@@ -227,6 +232,7 @@ DEPENDENCIES
puma
rails (= 4.2.4)
rails-i18n
rails_12factor
rspec-rails (~> 3.0)
sass-rails (~> 5.0)
sdoc (~> 0.4.0)