Skip to content

Commit 31617e7

Browse files
committed
Require ruby >2.5
1 parent 62787f9 commit 31617e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffcrypt.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.description = 'Diffable encrypted configuration files that can be safely committed into a git repository'
1313
spec.homepage = 'https://github.com/marcqualie/diffcrypt'
1414
spec.license = 'MIT'
15-
spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
15+
spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
1616

1717
# spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
1818

0 commit comments

Comments
 (0)