Skip to content

Commit

Permalink
chore(deps): update thor requirement from ~> 0.20.0 to >= 0.20, < 1.1 (
Browse files Browse the repository at this point in the history
…#72)

Updates the requirements on [thor](https://github.com/wycats/thor) to permit the latest version.
- [Release notes](https://github.com/wycats/thor/releases)
- [Changelog](https://github.com/erikhuda/thor/blob/master/CHANGELOG.md)
- [Commits](https://github.com/wycats/thor/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and vbrazo committed Dec 16, 2019
1 parent d9575c5 commit ff90221
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
faker-bot (0.5.2)
faker
pastel (~> 0.7.2)
thor (~> 0.20.0)
thor (>= 0.20, < 1.1)
tty-pager
tty-screen
tty-tree
Expand Down Expand Up @@ -113,14 +113,14 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
strings (0.1.6)
strings (0.1.8)
strings-ansi (~> 0.1)
unicode-display_width (~> 1.5)
unicode_utils (~> 1.4)
strings-ansi (0.1.0)
strings-ansi (0.2.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (0.20.3)
thor (1.0.0)
tins (1.21.1)
tty-color (0.5.0)
tty-pager (0.12.1)
Expand Down
2 changes: 1 addition & 1 deletion faker-bot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "faker"
spec.add_dependency "pastel", "~> 0.7.2"
spec.add_dependency "thor", "~> 0.20.0"
spec.add_dependency "thor", ">= 0.20", "< 1.1"
spec.add_dependency "tty-pager"
spec.add_dependency "tty-screen"
spec.add_dependency "tty-tree"
Expand Down

0 comments on commit ff90221

Please sign in to comment.