We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bbdc74 commit 51054e4Copy full SHA for 51054e4
CHANGELOG.md
@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
14
- Thor deprecation error no longer shows on CLI failure
15
16
+### Changed
17
+
18
+- Thor 0.20+ can now be used alongside this gem
19
20
21
22
## [0.3.0] - 2020-06-30
diffcrypt.gemspec
@@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
30
spec.require_paths = ['lib']
31
32
spec.add_runtime_dependency 'activesupport', '~> 6.0.0'
33
- spec.add_runtime_dependency 'thor', '~> 1.0.1'
+ spec.add_runtime_dependency 'thor', '>= 0.20', '< 2'
34
end
0 commit comments