Skip to content

Commit 99bd72a

Browse files
committed
bump required version of ruby to match our matrix
1 parent 34922f7 commit 99bd72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octocatalog-diff.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require 'json'
33
DEFAULT_PUPPET_VERSION = '5.5.22'.freeze
44

55
Gem::Specification.new do |s|
6-
s.required_ruby_version = '>= 2.0.0'
6+
s.required_ruby_version = '>= 2.6.0'
77

88
s.name = 'octocatalog-diff'
99
s.version = ENV['OCTOCATALOG_DIFF_VERSION'] || File.read(File.join(File.dirname(__FILE__), '.version')).strip

0 commit comments

Comments
 (0)