From dc93d96cb9646ea782e9efe597a1e0ddd6b1a707 Mon Sep 17 00:00:00 2001 From: Annie Li Date: Wed, 24 Aug 2022 11:01:48 -0700 Subject: [PATCH] Change check to 3.1. --- test/test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index 555105f7d..4876b9fba 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -3,7 +3,7 @@ # Report test coverage to coveralls for only one Ruby version to avoid # repeated builds. This also accounts for coveralls_reborn requiring # RUBY_VERSION >= 2.5. -if RUBY_VERSION.start_with?("3.1") +if RUBY_VERSION.start_with?("3.1.") require "coveralls" Coveralls.wear! end