From f76040bd5cbee41264a580aa296bb6d47bc2864b Mon Sep 17 00:00:00 2001 From: Ryunosuke Sato Date: Sun, 8 Oct 2023 17:36:36 +0900 Subject: [PATCH] Drop listen gem This has less benefit for us. - https://github.com/rails/rails/pull/42985 --- Gemfile | 1 - Gemfile.lock | 7 ------- 2 files changed, 8 deletions(-) diff --git a/Gemfile b/Gemfile index 18717a3..2c23b0c 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,6 @@ gem 'uglifier' group :development do gem 'letter_opener_web' - gem 'listen' gem 'debug', groups: %i(test) gem 'web-console' end diff --git a/Gemfile.lock b/Gemfile.lock index 2307fed..b989a51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -158,9 +158,6 @@ GEM letter_opener (~> 1.7) railties (>= 5.2) rexml - listen (3.8.0) - rb-fsevent (~> 0.10, >= 0.10.3) - rb-inotify (~> 0.9, >= 0.9.10) loofah (2.21.3) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -261,9 +258,6 @@ GEM thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rake (13.0.6) - rb-fsevent (0.11.2) - rb-inotify (0.10.1) - ffi (~> 1.0) rdoc (6.5.0) psych (>= 4.0.0) redis (5.0.7) @@ -352,7 +346,6 @@ DEPENDENCIES factory_bot_rails haml letter_opener_web - listen mongoid! octokit omniauth