Skip to content

Commit

Permalink
Update gemspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rwojnarowski authored and Radek committed Jan 29, 2020
1 parent 244aa4b commit 5c761a7
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 5c761a7

Please sign in to comment.