From d325a50a613df3df420cc7457587296102990fee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 4 Apr 2014 17:27:59 +0200 Subject: [PATCH] bump test related dependencies --- Gemfile | 2 +- Gemfile.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 260f902..29d5805 100644 --- a/Gemfile +++ b/Gemfile @@ -24,6 +24,6 @@ group :development, :test do gem 'rspec-rails', '~> 2.14.0' gem 'capybara', '~> 2.2.0' - gem 'fuubar', '~> 1.1.1' + gem 'fuubar', '~> 1.3' gem 'rspec-instafail', '~> 0.2.4' end diff --git a/Gemfile.lock b/Gemfile.lock index 03b8a48..e760ffc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,7 +31,7 @@ GEM bootstrap-sass (2.3.2.2) sass (~> 3.2) builder (3.1.4) - capybara (2.2.0) + capybara (2.2.1) mime-types (>= 1.16) nokogiri (>= 1.3.3) rack (>= 1.0.0) @@ -54,10 +54,9 @@ GEM execjs (2.0.2) font-awesome-rails (4.0.3.1) railties (>= 3.2, < 5.0) - fuubar (1.1.1) - rspec (~> 2.0) - rspec-instafail (~> 0.2.0) - ruby-progressbar (~> 1.0) + fuubar (1.3.2) + rspec (>= 2.14.0, < 3.1.0) + ruby-progressbar (~> 1.3) haml (4.0.5) tilt hike (1.2.3) @@ -130,19 +129,20 @@ GEM rspec-core (~> 2.14.0) rspec-expectations (~> 2.14.0) rspec-mocks (~> 2.14.0) - rspec-core (2.14.7) - rspec-expectations (2.14.4) + rspec-core (2.14.8) + rspec-expectations (2.14.5) diff-lcs (>= 1.1.3, < 2.0) rspec-instafail (0.2.4) - rspec-mocks (2.14.4) - rspec-rails (2.14.0) + rspec-mocks (2.14.6) + rspec-rails (2.14.2) actionpack (>= 3.0) + activemodel (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) rspec-core (~> 2.14.0) rspec-expectations (~> 2.14.0) rspec-mocks (~> 2.14.0) - ruby-progressbar (1.2.0) + ruby-progressbar (1.4.2) safe_yaml (1.0.1) sass (3.2.18) sass-rails (4.0.2) @@ -189,7 +189,7 @@ DEPENDENCIES capybara (~> 2.2.0) coffee-rails (~> 4.0.0) devise (~> 3.0.0) - fuubar (~> 1.1.1) + fuubar (~> 1.3) jquery-rails mysql2 rails (~> 4.0.0)