aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2015-11-26 10:31:52 -0800
committerGodfrey Chan <godfreykfc@gmail.com>2015-11-26 10:35:20 -0800
commit14b20ce9b38314943dcaf73b8dab7508b70ba487 (patch)
tree884ee57041753f4d4eea7b458ffe10ff7c4ece08 /Gemfile.lock
parente3bac3fa19447dbc6f041417356c56122fcc66fd (diff)
downloadrails-14b20ce9b38314943dcaf73b8dab7508b70ba487.tar.gz
rails-14b20ce9b38314943dcaf73b8dab7508b70ba487.tar.bz2
rails-14b20ce9b38314943dcaf73b8dab7508b70ba487.zip
Upgrade to listen 3.0.5, re-enable tests
In listen 3.0.4 and below, the `#stop` method on the notification backends are a no-op, meaning that we are leaking them per test. This ended up triggering another bug in Ruby that causes our builds to fail randomly on CI. listen bug: https://github.com/guard/listen/issues/353 ruby bug: https://bugs.ruby-lang.org/issues/11744
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 883a7d8eff..31a3343a7e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -222,7 +222,7 @@ GEM
kindlerb (0.1.1)
mustache
nokogiri
- listen (3.0.4)
+ listen (3.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
loofah (2.0.3)
@@ -342,7 +342,7 @@ DEPENDENCIES
jquery-rails!
json
kindlerb (= 0.1.1)
- listen (~> 3.0.4)
+ listen (~> 3.0.5)
mail!
minitest (< 5.3.4)
mocha (~> 0.14)