Lock to cucumber 3.0.1 on Ruby 2.1 (#6546)

Merge pull request 6546
This commit is contained in:
ashmaroli 2017-11-13 00:20:49 +05:30 committed by jekyllbot
parent 174eb585a0
commit 9b044b9dfb
1 changed files with 1 additions and 1 deletions

View File

@ -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