diff --git a/Gemfile b/Gemfile
index f550992..062f2f5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -20,7 +20,7 @@ group :tests do
   # This draws in rubocop and other useful gems for puppet tests
   # rubocop:disable 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', '~> 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')
   # rubocop:enable Bundler/DuplicatedGem
 end