Skip to content

Commit

Permalink
Update dependency puppet_metadata to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent e538b94 commit a712095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ group :tests do
gem 'puppetlabs_spec_helper', '>= 0.10.0'
gem 'puppet-lint', '>= 2.3.0'
# rubocop:disable Bundler/DuplicatedGem

Check failure on line 14 in Gemfile

View workflow job for this annotation

GitHub Actions / Setup Test Matrix

Lint/RedundantCopDisableDirective: Unnecessary disabling of `Bundler/DuplicatedGem`.

Check failure on line 14 in Gemfile

View workflow job for this annotation

GitHub Actions / Setup Test Matrix

Lint/RedundantCopDisableDirective: Unnecessary disabling of `Bundler/DuplicatedGem`.
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')
gem 'puppet_metadata', '~> 4.0', require: false if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.7.0')
gem 'puppet_metadata', '~> 4.0', 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 'rspec-puppet', '>= 2.4.0'
Expand Down

0 comments on commit a712095

Please sign in to comment.