Skip to content

Commit

Permalink
Update rack-test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
adam12 committed May 2, 2024
1 parent 4298a42 commit 1f7358d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roda-unpoly.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "roda", ">= 2.0", "< 4.0"
spec.add_development_dependency "minitest", "~> 5.0"
spec.add_development_dependency "rake", ">= 12.3.3"
spec.add_development_dependency "rack-test", "~> 0.6"
spec.add_development_dependency "rack-test", "~> 2.0"
spec.add_development_dependency "standard", "~> 1.26"
end

0 comments on commit 1f7358d

Please sign in to comment.