From d6878631bf221b56ec22c6b3065562f684dabea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 6 Jan 2014 17:13:10 +0100 Subject: [PATCH] bump capybara --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9ab01b174..8095c1bb1 100644 --- a/Gemfile +++ b/Gemfile @@ -193,7 +193,7 @@ group :test do # Cucumber (integration tests) - gem 'capybara', '2.1.0' + gem 'capybara', '2.2.1' gem 'database_cleaner', '1.2.0' gem 'selenium-webdriver', '2.39.0' diff --git a/Gemfile.lock b/Gemfile.lock index 981293012..c65d4a2ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,7 +45,7 @@ GEM bootstrap-sass (2.2.2.0) sass (~> 3.2) builder (3.0.4) - capybara (2.1.0) + capybara (2.2.1) mime-types (>= 1.16) nokogiri (>= 1.3.3) rack (>= 1.0.0) @@ -434,7 +434,7 @@ DEPENDENCIES addressable (= 2.3.5) asset_sync (= 1.0.0) bootstrap-sass (= 2.2.2.0) - capybara (= 2.1.0) + capybara (= 2.2.1) carrierwave (= 0.9.0) client_side_validations (= 3.2.6) compass-rails (= 1.0.3)