We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c6992 commit 21062a8Copy full SHA for 21062a8
Gemfile
@@ -1,4 +1,7 @@
1
source 'https://rubygems.org'
2
+ruby '2.3.0'
3
+
4
+gem 'rails_12factor'
5
6
gem 'seed_dump'
7
Gemfile.lock
@@ -99,6 +99,11 @@ GEM
99
rails-deprecated_sanitizer (>= 1.0.1)
100
rails-html-sanitizer (1.0.3)
101
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)
107
railties (4.2.6)
108
actionpack (= 4.2.6)
109
activesupport (= 4.2.6)
@@ -155,6 +160,7 @@ DEPENDENCIES
155
160
nokogiri
156
161
pg (~> 0.15)
157
162
rails (= 4.2.6)
163
+ rails_12factor
158
164
sass-rails (~> 5.0)
159
165
sdoc (~> 0.4.0)
166
seed_dump
db:migrate
rake
0 commit comments