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 62787f9 commit 31617e7Copy full SHA for 31617e7
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/marcqualie/diffcrypt'
14
spec.license = 'MIT'
15
- spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
+ spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
16
17
# spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
18
0 commit comments