Lock Cucumber to 2.0 because 2.1 is broken.

This commit is contained in:
Jordon Bedwell 2015-09-11 15:03:07 -05:00
parent 908bb2e7af
commit d6b37a1644
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ end
group :test do group :test do
gem 'redgreen', '~> 1.2' gem 'redgreen', '~> 1.2'
gem 'shoulda', '~> 3.5' gem 'shoulda', '~> 3.5'
gem 'cucumber', '~> 2.0' gem 'cucumber', '~> 2.0', '< 2.1'
gem 'simplecov', '~> 0.9' gem 'simplecov', '~> 0.9'
gem 'jekyll_test_plugin' gem 'jekyll_test_plugin'
gem 'jekyll_test_plugin_malicious' gem 'jekyll_test_plugin_malicious'