Skip to content

Commit

Permalink
bump thor to 1.2.1 to resolve the didyoumean deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Guslington committed Apr 19, 2023
1 parent 9eb7fb4 commit 5864842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfhighlander.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.executables << 'cfpublish'

s.add_runtime_dependency 'highline', '>=1.7.10','<1.8'
s.add_runtime_dependency 'thor', '~>0.20', '<1'
s.add_runtime_dependency 'thor', '~>1.2', '<2'
s.add_runtime_dependency 'cfndsl', '~> 1.3', '<2'
s.add_runtime_dependency 'rubyzip', '>=2.0.0', '<3'
s.add_runtime_dependency 'aws-sdk-core', '~> 3','<4'
Expand Down

0 comments on commit 5864842

Please sign in to comment.