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 e90d247 commit 7649250Copy full SHA for 7649250
diffcrypt.gemspec
@@ -29,6 +29,6 @@ Gem::Specification.new do |spec|
29
spec.executables = %w[diffcrypt]
30
spec.require_paths = ['lib']
31
32
- spec.add_runtime_dependency 'activesupport', '~> 6.0.0'
+ spec.add_runtime_dependency 'activesupport', '>= 6.0', '< 6.2'
33
spec.add_runtime_dependency 'thor', '>= 0.20', '< 2'
34
end
0 commit comments