Commit 1738c17f331ca84700e028b653c3c4cb5b1eb7a8
1 parent
2643ee72
Exists in
master
and in
4 other branches
Update puma
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -306,7 +306,7 @@ GEM |
306 | 306 | coderay (~> 1.0.5) |
307 | 307 | method_source (~> 0.8) |
308 | 308 | slop (~> 3.4) |
309 | - puma (2.1.1) | |
309 | + puma (2.3.0) | |
310 | 310 | rack (>= 1.1, < 2.0) |
311 | 311 | pygments.rb (0.4.2) |
312 | 312 | posix-spawn (~> 0.3.6) |
... | ... | @@ -576,7 +576,7 @@ DEPENDENCIES |
576 | 576 | pg |
577 | 577 | poltergeist (~> 1.3.0) |
578 | 578 | pry |
579 | - puma (~> 2.1.1) | |
579 | + puma (~> 2.3.0) | |
580 | 580 | quiet_assets (~> 1.0.1) |
581 | 581 | rack-mini-profiler |
582 | 582 | rails (= 3.2.13) | ... | ... |