Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
Allow using Bundler 1.x or 2.x via gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
czj committed Jan 4, 2019
1 parent 3bb9fcb commit 4c38815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuel_surcharge.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "http", "~> 4.0"

spec.add_development_dependency "bundler", "~> 1.17"
spec.add_development_dependency "bundler", ">= 1.17"
spec.add_development_dependency "github_changelog_generator", "~> 1.14"
spec.add_development_dependency "minitest", "~> 5.0"
spec.add_development_dependency "minitest-stub_any_instance", "~> 1.0"
Expand Down

0 comments on commit 4c38815

Please sign in to comment.