Skip to content

Commit

Permalink
dep(dev): loosen bundler dependency
Browse files Browse the repository at this point in the history
because windows 3.0 ships with bundler 2.2 and is failing in CI
  • Loading branch information
flavorjones committed Aug 7, 2022
1 parent 6e3b08c commit 0e1b0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mini_portile2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.3.0"

spec.add_development_dependency "bundler", "~> 2.3"
spec.add_development_dependency "bundler", "~> 2.2"
spec.add_development_dependency "minitar", "~> 0.9"
spec.add_development_dependency "minitest", "~> 5.15"
spec.add_development_dependency "minitest-hooks", "~> 1.5"
Expand Down

0 comments on commit 0e1b0f2

Please sign in to comment.