Skip to content

Commit

Permalink
Properly pin minitest version
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso authored Dec 30, 2024
1 parent f7b86b0 commit 34e55ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiny_tds.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake', '~> 13.0.0'
s.add_development_dependency 'rake-compiler', '~> 1.2'
s.add_development_dependency 'rake-compiler-dock', '~> 1.7.0'
s.add_development_dependency 'minitest', '~> 5'
s.add_development_dependency 'minitest', '~> 5.25'
s.add_development_dependency 'minitest-reporters', '~> 1.6.1'
s.add_development_dependency 'connection_pool', '~> 2.2.0'
s.add_development_dependency 'toxiproxy', '~> 2.0.0'
Expand Down

0 comments on commit 34e55ed

Please sign in to comment.