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 34922f7 commit 99bd72aCopy full SHA for 99bd72a
octocatalog-diff.gemspec
@@ -3,7 +3,7 @@ require 'json'
3
DEFAULT_PUPPET_VERSION = '5.5.22'.freeze
4
5
Gem::Specification.new do |s|
6
- s.required_ruby_version = '>= 2.0.0'
+ s.required_ruby_version = '>= 2.6.0'
7
8
s.name = 'octocatalog-diff'
9
s.version = ENV['OCTOCATALOG_DIFF_VERSION'] || File.read(File.join(File.dirname(__FILE__), '.version')).strip
0 commit comments