Skip to content

Commit

Permalink
Merge pull request #237 from rwojnarowski/patch-1
Browse files Browse the repository at this point in the history
Update thor version
  • Loading branch information
postmodern authored Jan 29, 2020
2 parents a86cba5 + 5c761a7 commit 9ee34db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ task default: 'bundle:audit'

* [ruby] >= 1.9.3
* [rubygems] >= 1.8
* [thor] ~> 0.18
* [thor] >= 0.18, < 2
* [bundler] ~> 1.2

## Install
Expand Down
2 changes: 1 addition & 1 deletion gemspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ required_ruby_version: ">= 1.9.3"
required_rubygems_version: ">= 1.8.0"

dependencies:
thor: ~> 0.18
thor: ">= 0.18, < 2"
bundler: ">= 1.2.0, < 3"

0 comments on commit 9ee34db

Please sign in to comment.