DEV: Remove unneeded dependencies

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.
This commit is contained in:
Loïc Guitaut 2024-09-06 12:58:29 +02:00 committed by Loïc Guitaut
parent 4792468c88
commit d8009fd0ec
2 changed files with 0 additions and 6 deletions

View File

@ -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"

View File

@ -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