Skip to content

Commit e6bcb38

Browse files
committed
Add 12factor gem
1 parent e391989 commit e6bcb38

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ gem 'jbuilder', '~> 2.0'
2121
# bundle exec rake doc:rails generates the API under doc/api.
2222
gem 'sdoc', '~> 0.4.0', group: :doc
2323

24+
gem 'rails_12factor'
2425
# Use ActiveModel has_secure_password
2526
# gem 'bcrypt', '~> 3.1.7'
2627

Gemfile.lock

+6
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ GEM
9898
rails-deprecated_sanitizer (>= 1.0.1)
9999
rails-html-sanitizer (1.0.2)
100100
loofah (~> 2.0)
101+
rails_12factor (0.0.3)
102+
rails_serve_static_assets
103+
rails_stdout_logging
104+
rails_serve_static_assets (0.0.4)
105+
rails_stdout_logging (0.0.3)
101106
railties (4.2.3)
102107
actionpack (= 4.2.3)
103108
activesupport (= 4.2.3)
@@ -164,6 +169,7 @@ DEPENDENCIES
164169
jquery-rails
165170
pg
166171
rails (= 4.2.3)
172+
rails_12factor
167173
rspec-rails
168174
sass-rails (~> 5.0)
169175
sdoc (~> 0.4.0)

0 commit comments

Comments
 (0)