aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2019-03-22 07:49:38 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2019-03-22 07:49:38 +0900
commitefb706daad0e2e1039c6abb4879c837ef8bf4d10 (patch)
tree0633834983ac32d80ab5a7191699cab8061687e2 /Gemfile.lock
parent382a9563a3bc3dd1982f4db1258e8f0e7f5fac8e (diff)
downloadrails-efb706daad0e2e1039c6abb4879c837ef8bf4d10.tar.gz
rails-efb706daad0e2e1039c6abb4879c837ef8bf4d10.tar.bz2
rails-efb706daad0e2e1039c6abb4879c837ef8bf4d10.zip
Fix server restart test on Puma 3.12.1
Since https://github.com/puma/puma/pull/1700, the default host is correctly used. So `localhost` is used instead of `0.0.0.0`. As a result, the log output on restart is changed, and the restart test fails on Puma 3.12.1. https://travis-ci.org/rails/rails/jobs/509239592#L2303-L2305 Specify binding explicitly to avoid being affected by Puma changes.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 6a8f9040d7..1a5ca8d49e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -356,8 +356,8 @@ GEM
powerpack (0.1.2)
psych (3.0.3)
public_suffix (3.0.3)
- puma (3.12.0)
- puma (3.12.0-java)
+ puma (3.12.1)
+ puma (3.12.1-java)
que (0.14.3)
qunit-selenium (0.0.4)
selenium-webdriver