Skip to content

Commit

Permalink
Pin thor to 1.2.1
Browse files Browse the repository at this point in the history
Otherwise tests fail with thor warnings about open-ended version number
  • Loading branch information
robjlucas committed May 16, 2022
1 parent b775c1c commit b785002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envied.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.4"

spec.add_dependency "thor", ">= 0.20"
spec.add_dependency "thor", "~> 1.2.1"

spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "pry", "~> 0.12"
Expand Down

0 comments on commit b785002

Please sign in to comment.