From ea535cdd49197fd0133f609c2ce41c6f1c949459 Mon Sep 17 00:00:00 2001 From: cxt <853663049@qq.com> Date: Fri, 17 Jan 2020 11:49:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6b09e77db..859090feb 100644 --- a/Gemfile +++ b/Gemfile @@ -56,10 +56,10 @@ end group :development do gem 'awesome_print' gem 'web-console', '>= 3.3.0' + gem 'listen', '>= 3.0.5', '< 3.2' gem 'spring' gem 'spring-watcher-listen', '~> 2.0.0' end -gem 'listen', '>= 3.0.5', '< 3.2' group :test do gem 'capybara', '>= 2.15', '< 4.0'