Skip to content

Commit

Permalink
Apply patch from PR rubysec#237
Browse files Browse the repository at this point in the history
  • Loading branch information
joshRpowell committed Jan 21, 2020
1 parent f9bc5a3 commit 4a24eec
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 4a24eec

Please sign in to comment.