Skip to content

Commit 5c761a7

Browse files
rwojnarowskiRadek
authored andcommitted
Update gemspec.yml
1 parent 244aa4b commit 5c761a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ task default: 'bundle:audit'
129129

130130
* [ruby] >= 1.9.3
131131
* [rubygems] >= 1.8
132-
* [thor] ~> 0.18
132+
* [thor] >= 0.18, < 2
133133
* [bundler] ~> 1.2
134134

135135
## Install

gemspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ required_ruby_version: ">= 1.9.3"
1010
required_rubygems_version: ">= 1.8.0"
1111

1212
dependencies:
13-
thor: ~> 0.18
13+
thor: ">= 0.18, < 2"
1414
bundler: ">= 1.2.0, < 3"

0 commit comments

Comments
 (0)