From 9b044b9dfb08d2453b2fcc7c5946158b8f25d6c2 Mon Sep 17 00:00:00 2001 From: ashmaroli Date: Mon, 13 Nov 2017 00:20:49 +0530 Subject: [PATCH] Lock to cucumber 3.0.1 on Ruby 2.1 (#6546) Merge pull request 6546 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 39f23daa..2ba32da7 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ end group :test do gem "codeclimate-test-reporter", "~> 1.0.5" - gem "cucumber", "~> 3.0" + gem "cucumber", RUBY_VERSION >= "2.2" ? "~> 3.0" : "3.0.1" gem "jekyll_test_plugin" gem "jekyll_test_plugin_malicious" # nokogiri v1.8 does not work with ruby 2.1 and below