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 44b5509 commit 54e2f3dCopy full SHA for 54e2f3d
diffcrypt.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
spec.description = 'Diffable encrypted configuration files that can be safely committed into a git repository'
13
spec.homepage = 'https://github.com/diffcrypt/diffcrypt-ruby'
14
spec.license = 'MIT'
15
- spec.required_ruby_version = Gem::Requirement.new('>= 2.6.0')
+ spec.required_ruby_version = Gem::Requirement.new('>= 3.0.0')
16
17
# spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
18
0 commit comments