Skip to content

Commit

Permalink
Allow testing with bundler 2
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Mar 27, 2019
1 parent 1db823f commit f72295e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift lib unless $LOAD_PATH.include?(lib)
require "thor/version"

Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.0"
spec.add_development_dependency "bundler", ">= 1.0", "< 3"
spec.authors = ["Yehuda Katz", "José Valim"]
spec.description = "Thor is a toolkit for building powerful command-line interfaces."
spec.email = "ruby-thor@googlegroups.com"
Expand Down

0 comments on commit f72295e

Please sign in to comment.