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 dc8e987 commit de33324Copy full SHA for de33324
Gemfile
@@ -17,7 +17,9 @@ gem 'puppet-lint-variable_contains_upcase', '~> 2.0'
17
gem 'puppet-lint-version_comparison-check', '~> 2.0'
18
gem 'puppet-lint', '~> 4.0'
19
gem 'puppet-strings', '~> 4.0'
20
-gem 'puppet-syntax', '~> 3.0'
+# We need this to go to 4.0 at least for puppet8 support
21
+# Pin to 3.2.1 to avoid a bug in 3.3.0
22
+gem 'puppet-syntax', '3.2.1'
23
# We want to go to 8.0 with this once we can move to rspec-puppet 5.x
24
gem 'puppetlabs_spec_helper', '~> 7.0.3'
25
gem 'r10k', '~> 5.0'
0 commit comments