Skip to content

Commit

Permalink
add rails 12 factor gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoh committed Jul 26, 2015
1 parent 9843cb0 commit dce261e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@ group :development, :test do
gem 'spring'
end

group :production do
gem 'rails_12factor'
end

ruby "2.2.2"
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ GEM
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.2)
loofah (~> 2.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.3)
railties (4.2.3)
actionpack (= 4.2.3)
activesupport (= 4.2.3)
Expand Down Expand Up @@ -147,6 +152,7 @@ DEPENDENCIES
jquery-rails
pg
rails (= 4.2.3)
rails_12factor
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
spring
Expand All @@ -155,4 +161,4 @@ DEPENDENCIES
web-console (~> 2.0)

BUNDLED WITH
1.10.2
1.10.6
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('../config/application', __FILE__)

Rails.application.load_tasks

0 comments on commit dce261e

Please sign in to comment.