We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecba55f commit e189cb5Copy full SHA for e189cb5
patch_ruby.gemspec
@@ -39,6 +39,7 @@ Gem::Specification.new do |s|
39
# Start custom
40
s.add_development_dependency 'factory_bot', '~> 6.2'
41
s.add_development_dependency 'pry'
42
+ s.add_development_dependency 'mutex_m' # Required for Ruby 3.4+
43
# End custom
44
45
end
0 commit comments