diff --git a/Gemfile b/Gemfile index 219b95177..6df44e904 100644 --- a/Gemfile +++ b/Gemfile @@ -132,7 +132,7 @@ gem 'jasmine', '1.2.1' group :test do - gem 'capybara', '1.1.2' + gem 'capybara', '1.1.3' gem 'cucumber-rails', '1.3.0', :require => false gem 'database_cleaner', '0.9.1' diff --git a/Gemfile.lock b/Gemfile.lock index 156834e53..1c7ec6aa2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,7 +70,7 @@ GEM capistrano-ext (1.2.1) capistrano (>= 1.0.0) capistrano_colors (0.5.5) - capybara (1.1.2) + capybara (1.1.3) mime-types (>= 1.16) nokogiri (>= 1.3.3) rack (>= 1.0.0) @@ -216,6 +216,7 @@ GEM activesupport (>= 3.0.0) kgio (2.7.4) libwebsocket (0.1.5) + addressable listen (0.5.3) lumberjack (1.0.2) mail (2.4.4) @@ -427,7 +428,7 @@ DEPENDENCIES capistrano (= 2.12.0) capistrano-ext (= 1.2.1) capistrano_colors (= 0.5.5) - capybara (= 1.1.2) + capybara (= 1.1.3) carrierwave (= 0.6.2) client_side_validations (= 3.2.1) cucumber-rails (= 1.3.0)