Skip to content

Commit

Permalink
Update thor requirement from ~> 0.20.0 to >= 0.20, < 1.1
Browse files Browse the repository at this point in the history
Updates the requirements on [thor](https://github.com/erikhuda/thor) to permit the latest version.
- [Release notes](https://github.com/erikhuda/thor/releases)
- [Changelog](https://github.com/erikhuda/thor/blob/master/CHANGELOG.md)
- [Commits](rails/thor@v0.20.0...v0.20.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and richo225 committed Dec 19, 2019
1 parent b1a96a8 commit e2e789b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
httparty (>= 0.15.7, < 0.18.0)
launchy (~> 2.4.3)
terminal-table (~> 1.8.0)
thor (~> 0.20.0)
thor (>= 0.20, < 1.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -113,7 +113,7 @@ GEM
tins (~> 1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (0.20.0)
thor (0.20.3)
tins (1.16.3)
unf (0.1.4)
unf_ext
Expand Down
2 changes: 1 addition & 1 deletion hodlmoon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'httparty', '>= 0.15.7', '< 0.18.0'
spec.add_dependency 'launchy', '~> 2.4.3'
spec.add_dependency 'terminal-table', '~> 1.8.0'
spec.add_dependency 'thor', '~> 0.20.0'
spec.add_dependency 'thor', '>= 0.20', '< 1.1'

spec.add_development_dependency 'aruba', '~> 0.14.2'
spec.add_development_dependency 'bundler', '~> 1.16'
Expand Down

0 comments on commit e2e789b

Please sign in to comment.