Skip to content

Commit

Permalink
Add mutex_m as a development dependency
Browse files Browse the repository at this point in the history
Ruby 3.4 moves `mutex_m` into a bundled gem instead of a default gem.
Add it as a development gem to make tests pass.
  • Loading branch information
stanhu committed Nov 22, 2024
1 parent 745733b commit 8951f66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doorkeeper-openid_connect.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'conventional-changelog', '~> 1.2'
spec.add_development_dependency 'factory_bot'
spec.add_development_dependency 'mutex_m'
spec.add_development_dependency 'pry-byebug'
spec.add_development_dependency 'rspec-rails'
spec.add_development_dependency 'sqlite3', '>= 1.3.6'
Expand Down

0 comments on commit 8951f66

Please sign in to comment.