Skip to content

Commit f72295e

Browse files
Allow testing with bundler 2
1 parent 1db823f commit f72295e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thor.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift lib unless $LOAD_PATH.include?(lib)
44
require "thor/version"
55

66
Gem::Specification.new do |spec|
7-
spec.add_development_dependency "bundler", "~> 1.0"
7+
spec.add_development_dependency "bundler", ">= 1.0", "< 3"
88
spec.authors = ["Yehuda Katz", "José Valim"]
99
spec.description = "Thor is a toolkit for building powerful command-line interfaces."
1010
spec.email = "[email protected]"

0 commit comments

Comments
 (0)