Skip to content

Commit 21062a8

Browse files
committed
gem additions per heroku suggestions, pushed live to heroku
1 parent 68c6992 commit 21062a8

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
source 'https://rubygems.org'
2+
ruby '2.3.0'
3+
4+
gem 'rails_12factor'
25

36
gem 'seed_dump'
47

Gemfile.lock

+6
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ GEM
9999
rails-deprecated_sanitizer (>= 1.0.1)
100100
rails-html-sanitizer (1.0.3)
101101
loofah (~> 2.0)
102+
rails_12factor (0.0.3)
103+
rails_serve_static_assets
104+
rails_stdout_logging
105+
rails_serve_static_assets (0.0.5)
106+
rails_stdout_logging (0.0.5)
102107
railties (4.2.6)
103108
actionpack (= 4.2.6)
104109
activesupport (= 4.2.6)
@@ -155,6 +160,7 @@ DEPENDENCIES
155160
nokogiri
156161
pg (~> 0.15)
157162
rails (= 4.2.6)
163+
rails_12factor
158164
sass-rails (~> 5.0)
159165
sdoc (~> 0.4.0)
160166
seed_dump

db:migrate

Whitespace-only changes.

rake

Whitespace-only changes.

0 commit comments

Comments
 (0)