From 126fd5f15cff0d3bf314d90d8c21a3ae25ae8e68 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Mon, 27 Jul 2020 21:41:08 +0200 Subject: Update to ruby/spec@07164da --- spec/ruby/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/ruby/CONTRIBUTING.md') diff --git a/spec/ruby/CONTRIBUTING.md b/spec/ruby/CONTRIBUTING.md index 8d18f1102d..9a2a341ae7 100644 --- a/spec/ruby/CONTRIBUTING.md +++ b/spec/ruby/CONTRIBUTING.md @@ -136,11 +136,11 @@ Here is a list of the most commonly-used guards: #### Version guards ```ruby -ruby_version_is ""..."2.6 do +ruby_version_is ""..."2.6" do # Specs for RUBY_VERSION < 2.6 end -ruby_version_is "2.6 do +ruby_version_is "2.6" do # Specs for RUBY_VERSION >= 2.6 end ``` -- cgit v1.2.3