Skip to content

Commit

Permalink
Update dependency puppet-syntax to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent e538b94 commit d418d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :tests do
gem 'puppet_metadata', '~> 3.0', require: false if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.7.0')
gem 'puppet_metadata', '~> 2.1', require: false if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.7.0')
# rubocop:enable Bundler/DuplicatedGem
gem 'puppet-syntax', '~> 3.3'
gem 'puppet-syntax', '~> 4.0'
gem 'rspec-puppet', '>= 2.4.0'
# This draws in rubocop and other useful gems for puppet tests
# rubocop:disable Bundler/DuplicatedGem
Expand Down

0 comments on commit d418d5d

Please sign in to comment.