From 4a24eec91c73b83e344a36c66cf0a1ffbc21fc4c Mon Sep 17 00:00:00 2001 From: Josh Powell Date: Tue, 21 Jan 2020 13:20:04 -0500 Subject: [PATCH] Apply patch from PR #237 --- README.md | 2 +- gemspec.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 126a9ec7..0f9aeba3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/gemspec.yml b/gemspec.yml index 96886849..ad53416f 100644 --- a/gemspec.yml +++ b/gemspec.yml @@ -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"