diff --git a/05_ContractTesting/Gemfile b/05_ContractTesting/Gemfile index 79e42d3..abdadb0 100644 --- a/05_ContractTesting/Gemfile +++ b/05_ContractTesting/Gemfile @@ -22,7 +22,7 @@ gem 'data_mapper' gem "warden" gem "cucumber" -gem "capybara" +gem "capybara", ">= 2.4.2" group :development, :test do gem "shotgun"