Skip to content

Commit

Permalink
deploy/ gem rails_12factor
Browse files Browse the repository at this point in the history
  • Loading branch information
Duc Anh Nguyen authored and Duc Anh Nguyen committed Apr 14, 2017
1 parent 609919c commit cc5004c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ group :development do
gem 'capistrano-rvm'
end

group :production do
gem 'rails_12factor'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,12 @@ GEM
nokogiri (~> 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
rails_param (0.9.0)
rails_serve_static_assets (0.0.5)
rails_stdout_logging (0.0.5)
railties (5.0.1)
actionpack (= 5.0.1)
activesupport (= 5.0.1)
Expand Down Expand Up @@ -299,6 +304,7 @@ DEPENDENCIES
puma (~> 3.6.2)
rack-cors
rails (~> 5.0.1)
rails_12factor
rails_param
responders (~> 2.0)
rest-client
Expand Down

0 comments on commit cc5004c

Please sign in to comment.