This repository was archived by the owner on Apr 29, 2022. It is now read-only.
File tree 3 files changed +14
-0
lines changed
3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ gem 'rails_stdout_logging'
59
59
gem 'rails_serve_static_assets'
60
60
# https://devcenter.heroku.com/articles/ruby-support#injected-plugins
61
61
62
+
62
63
group :doc do
63
64
# bundle exec rake doc:rails generates the API under doc/api.
64
65
gem 'sdoc' , '~> 0.4.0'
@@ -75,6 +76,7 @@ group :development do
75
76
end
76
77
77
78
group :production do
79
+ gem 'puma'
78
80
gem 'mysql2'
79
81
end
80
82
Original file line number Diff line number Diff line change 93
93
coderay (~> 1.1.0 )
94
94
method_source (~> 0.8.1 )
95
95
slop (~> 3.4 )
96
+ puma (2.11.1 )
97
+ rack (>= 1.1 , < 2.0 )
96
98
rack (1.6.0 )
97
99
rack-test (0.6.3 )
98
100
rack (>= 1.0 )
115
117
rails-deprecated_sanitizer (>= 1.0.1 )
116
118
rails-html-sanitizer (1.0.1 )
117
119
loofah (~> 2.0 )
120
+ rails_12factor (0.0.3 )
121
+ rails_serve_static_assets
122
+ rails_stdout_logging
123
+ rails_serve_static_assets (0.0.4 )
124
+ rails_stdout_logging (0.0.3 )
118
125
railties (4.2.0 )
119
126
actionpack (= 4.2.0 )
120
127
activesupport (= 4.2.0 )
@@ -171,7 +178,11 @@ DEPENDENCIES
171
178
mini_magick
172
179
mysql2
173
180
pry
181
+ puma
174
182
rails (= 4.2.0 )
183
+ rails_12factor
184
+ rails_serve_static_assets
185
+ rails_stdout_logging
175
186
sass-rails (~> 4.0.3 )
176
187
sdoc (~> 0.4.0 )
177
188
spring
Original file line number Diff line number Diff line change
1
+ web : bundle exec puma -C config/puma.rb
You can’t perform that action at this time.
0 commit comments