Skip to content

Commit

Permalink
Update thor requirement from ~> 0.18 to >= 0.18, < 2.0
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.3...v1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jan 21, 2021
1 parent 456c094 commit 73ff25b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
natra (1.9.0)
activesupport (>= 5, < 7)
thor (~> 0.18)
thor (>= 0.18, < 2.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -140,7 +140,7 @@ GEM
simplecov-html (0.10.2)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (0.20.3)
thor (1.1.0)
thread_safe (0.3.6)
tins (1.20.2)
tzinfo (1.2.5)
Expand Down
2 changes: 1 addition & 1 deletion natra.gemspec
Expand Up @@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_runtime_dependency('activesupport', '>= 5', '< 7')
spec.add_runtime_dependency('thor', '~> 0.18')
spec.add_runtime_dependency('thor', '>= 0.18', '< 2.0')
end

0 comments on commit 73ff25b

Please sign in to comment.