Skip to content

Commit

Permalink
relax minitest development requirement
Browse files Browse the repository at this point in the history
Newer version that 5.4.x play better with recent rubies
  • Loading branch information
joshpencheon committed May 1, 2024
1 parent e0497c4 commit 90fb316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hobble.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Gem::Specification.new do |gem|
gem.date = '2014-08-04'
gem.files = ['lib/hobble.rb', 'lib/hobble/scheduler.rb', 'lib/hobble/collection.rb']

gem.add_development_dependency 'minitest', '~> 5.4.0'
gem.add_development_dependency 'minitest', '~> 5.4'
gem.add_development_dependency 'rake'
end

0 comments on commit 90fb316

Please sign in to comment.