From ba1ca64e3c0cfb6ec5f3716cd9eba1c8563d3170 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sat, 13 Jan 2024 14:56:46 -0500 Subject: [PATCH] ci: add mutex_m to the rails 7.0 gemfile attempt to work around mutex_m being removed from default gems on ruby 3.4.0-dev --- gemfiles/active_support_7.0.gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/gemfiles/active_support_7.0.gemfile b/gemfiles/active_support_7.0.gemfile index b0beb08..40c3f7c 100644 --- a/gemfiles/active_support_7.0.gemfile +++ b/gemfiles/active_support_7.0.gemfile @@ -5,5 +5,6 @@ source "https://rubygems.org" gem "activesupport", "~> 7.0.0" gem "nokogiri", ">= 1.7.0" +gem "mutex_m" # for ruby 3.4.0-dev gemspec path: "../"