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 Jun 10, 2024
1 parent a096b59 commit 5ad3dc0
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 @@ -19,7 +19,7 @@ group :tests do
# This draws in rubocop and other useful gems for puppet tests
# rubocop:disable Bundler/DuplicatedGem

Check failure on line 20 in Gemfile

View workflow job for this annotation

GitHub Actions / Setup Test Matrix

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

Check failure on line 20 in Gemfile

View workflow job for this annotation

GitHub Actions / Setup Test Matrix

Lint/RedundantCopDisableDirective: Unnecessary disabling of `Bundler/DuplicatedGem`.
gem 'voxpupuli-test', '~> 7.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')
# rubocop:enable Bundler/DuplicatedGem
end

Expand Down

0 comments on commit 5ad3dc0

Please sign in to comment.