From d8009fd0ec27ae2535137f8bfb26be1a4c860bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guitaut?= Date: Fri, 6 Sep 2024 12:58:29 +0200 Subject: [PATCH] DEV: Remove unneeded dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that we’re using Rails 7.1, we don’t need to have the `mutex_m` and `drb` gems explicitly listed in our Gemfile. --- Gemfile | 4 ---- Gemfile.lock | 2 -- 2 files changed, 6 deletions(-) diff --git a/Gemfile b/Gemfile index 67c6bda7bd5..f7537b8fd09 100644 --- a/Gemfile +++ b/Gemfile @@ -271,10 +271,6 @@ gem "cgi", ">= 0.3.6", require: false gem "tzinfo-data" gem "csv", require: false -# TODO: Can be removed once we upgrade to Rails 7.1 -gem "mutex_m" -gem "drb" - # dependencies for the automation plugin gem "iso8601" gem "rrule" diff --git a/Gemfile.lock b/Gemfile.lock index 022cb8fc921..91bda5718bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -621,7 +621,6 @@ DEPENDENCIES discourse-fonts discourse-seed-fu discourse_dev_assets - drb email_reply_trimmer excon execjs @@ -660,7 +659,6 @@ DEPENDENCIES mocha multi_json mustache - mutex_m net-http net-imap net-pop