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