From 33414c2086f541c1ab5507ae9fc94c7e361ceb4d Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 23 May 2024 18:02:51 +0200 Subject: [PATCH] test MC PR Test for https://github.com/voxpupuli/modulesync_config/pull/895 --- .rspec | 5 ----- .rspec_parallel | 4 ---- Gemfile | 2 +- 3 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 .rspec delete mode 100644 .rspec_parallel diff --git a/.rspec b/.rspec deleted file mode 100644 index f634583..0000000 --- a/.rspec +++ /dev/null @@ -1,5 +0,0 @@ -# Managed by modulesync - DO NOT EDIT -# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ - ---format documentation ---color diff --git a/.rspec_parallel b/.rspec_parallel deleted file mode 100644 index a9a84f8..0000000 --- a/.rspec_parallel +++ /dev/null @@ -1,4 +0,0 @@ -# Managed by modulesync - DO NOT EDIT -# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ - ---format progress diff --git a/Gemfile b/Gemfile index a4a3b20..a3aee45 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org' group :test do - gem 'voxpupuli-test', '~> 7.0', :require => false + gem 'voxpupuli-test', '~> 7.2', :require => false gem 'coveralls', :require => false gem 'simplecov-console', :require => false gem 'puppet_metadata', '~> 3.5', :require => false