Skip to content

Commit de33324

Browse files
committed
(maint) Pin to puppet-syntax 3.2.1
This avoids a bug with a missing require in 3.3.0. Eventually we want to move to 4.0.0, but this is the latest valid version for now.
1 parent dc8e987 commit de33324

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ gem 'puppet-lint-variable_contains_upcase', '~> 2.0'
1717
gem 'puppet-lint-version_comparison-check', '~> 2.0'
1818
gem 'puppet-lint', '~> 4.0'
1919
gem 'puppet-strings', '~> 4.0'
20-
gem 'puppet-syntax', '~> 3.0'
20+
# 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'
2123
# We want to go to 8.0 with this once we can move to rspec-puppet 5.x
2224
gem 'puppetlabs_spec_helper', '~> 7.0.3'
2325
gem 'r10k', '~> 5.0'

0 commit comments

Comments
 (0)