Commit 8529e2003bde1af616a0850c6456c63fd6a80fd7
Exists in
master
and in
1 other branch
Merge pull request #795 from chulkilee/remove-puma
Remove puma and Procfile.dev
Showing
3 changed files
with
0 additions
and
6 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -229,8 +229,6 @@ GEM |
229 | 229 | slop (~> 3.4) |
230 | 230 | pry-rails (0.3.2) |
231 | 231 | pry (>= 0.9.10) |
232 | - puma (2.6.0) | |
233 | - rack (>= 1.1, < 2.0) | |
234 | 232 | quiet_assets (1.0.2) |
235 | 233 | railties (>= 3.1, < 5.0) |
236 | 234 | rack (1.5.2) |
... | ... | @@ -382,7 +380,6 @@ DEPENDENCIES |
382 | 380 | pjax_rails |
383 | 381 | poltergeist |
384 | 382 | pry-rails |
385 | - puma | |
386 | 383 | quiet_assets |
387 | 384 | rack-ssl |
388 | 385 | rack-ssl-enforcer | ... | ... |
Procfile.dev
... | ... | @@ -1 +0,0 @@ |
1 | -web: bundle exec puma |