parent
174eb585a0
commit
9b044b9dfb
2
Gemfile
2
Gemfile
|
@ -23,7 +23,7 @@ end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem "codeclimate-test-reporter", "~> 1.0.5"
|
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"
|
||||||
gem "jekyll_test_plugin_malicious"
|
gem "jekyll_test_plugin_malicious"
|
||||||
# nokogiri v1.8 does not work with ruby 2.1 and below
|
# nokogiri v1.8 does not work with ruby 2.1 and below
|
||||||
|
|
Loading…
Reference in New Issue