Skip to content

Commit

Permalink
Merge pull request #700 from koic/add_mutex_m_to_runtime_dependency
Browse files Browse the repository at this point in the history
Add `mutex_m` to runtime dependency
  • Loading branch information
rafaelfranca committed Aug 22, 2023
2 parents ad1a594 + 0ab29e5 commit 6b2001f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spring.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 2.7.0"

gem.add_dependency 'mutex_m'

gem.add_development_dependency 'rake'
gem.add_development_dependency 'bump'
gem.add_development_dependency 'activesupport'
Expand Down

0 comments on commit 6b2001f

Please sign in to comment.