From ddddedc487912e33edb7d78aec6bcf99b1312c6d Mon Sep 17 00:00:00 2001 From: Esteban Santana Santana Date: Mon, 3 Oct 2016 16:58:17 +0530 Subject: Allow the use of listen's 3.1.x branch. When the initial evented monitor feature was written, the latest version of listen was the 3.0.x series. Since then the listen project has moved on to the 3.1.x series. This patch allows the use of the new versions. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 5b0ecd7b3d..e4d625d47c 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ end # Active Support. gem "dalli", ">= 2.2.1" -gem "listen", "~> 3.0.5", require: false +gem "listen", ">= 3.0.5", "< 3.2", require: false # Active Job. group :job do -- cgit v1.2.3