Skip to content

Commit

Permalink
Relax thor version requirement
Browse files Browse the repository at this point in the history
Authored-by: Grant Hutchins <[email protected]>
  • Loading branch information
nertzy authored and AlanCao-DM committed Nov 23, 2021
1 parent 848fd2e commit cbf21ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion license_finder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Gem::Specification.new do |s|

s.add_dependency 'bundler'
s.add_dependency 'rubyzip', '>=1', '<3'
s.add_dependency 'thor', '~> 1.0.1'
s.add_dependency 'thor', '~> 1.0'
s.add_dependency 'tomlrb', '>= 1.3', '< 2.1'
s.add_dependency 'with_env', '1.1.0'
s.add_dependency 'xml-simple', '~> 1.1.5'
Expand Down

0 comments on commit cbf21ce

Please sign in to comment.