Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency voxpupuli-test to v8 - autoclosed #43

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
# rubocop:enable Bundler/DuplicatedGem
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 19 in Gemfile

View workflow job for this annotation

GitHub Actions / Setup Test Matrix

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

Check failure on line 19 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', '~> 8.0', require: false if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.7.0')
gem 'voxpupuli-test', '~> 8.0', require: false if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.7.0')
# rubocop:enable Bundler/DuplicatedGem
end

Expand Down
Loading