Skip to content

Commit

Permalink
Update dependency voxpupuli-test to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 17, 2023
1 parent afbe793 commit c4f1ae5
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 @@ -19,8 +19,8 @@ group :tests do
gem 'rspec-puppet', '>= 2.4.0'
# This draws in rubocop and other useful gems for puppet tests
# rubocop:disable Bundler/DuplicatedGem

Check failure on line 21 in Gemfile

View workflow job for this annotation

GitHub Actions / Setup Test Matrix

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

Check failure on line 21 in Gemfile

View workflow job for this annotation

GitHub Actions / Setup Test Matrix

Lint/RedundantCopDisableDirective: Unnecessary disabling of `Bundler/DuplicatedGem`.
gem 'voxpupuli-test', '~> 6.0', require: false if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.7.0')
gem 'voxpupuli-test', '~> 5.7', require: false if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.7.0')
gem 'voxpupuli-test', '~> 7.0', require: false if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.7.0')
gem 'voxpupuli-test', '~> 7.0', require: false if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.7.0')
# rubocop:enable Bundler/DuplicatedGem
end

Expand Down

0 comments on commit c4f1ae5

Please sign in to comment.