Skip to content

Commit

Permalink
Merge branch 'pr/40' into pr/38
Browse files Browse the repository at this point in the history
  • Loading branch information
lelutin committed Jun 10, 2024
2 parents 55a541b + 49fce54 commit 548d015
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
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 548d015

Please sign in to comment.