From 5c761a77ebe1281f39c191f252cb6d10e8839e8a Mon Sep 17 00:00:00 2001 From: Radek Date: Tue, 14 Jan 2020 08:15:24 +0100 Subject: [PATCH] Update gemspec.yml --- 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"