From d7b82515035be29bf1d8d4d65fea6ad922535711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Tue, 16 Jun 2015 23:54:50 +0200 Subject: [PATCH] bump sinon-rails --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e6b25d9b6..d03ddd95a 100644 --- a/Gemfile +++ b/Gemfile @@ -288,7 +288,7 @@ group :development, :test do gem "jasmine", "2.2.0" gem "jasmine-jquery-rails", "2.0.3" gem "rails-assets-jasmine-ajax", "3.1.1", source: "https://rails-assets.org" - gem "sinon-rails", "1.10.3" + gem "sinon-rails", "1.15.0" # silence assets gem "quiet_assets", "1.1.0" diff --git a/Gemfile.lock b/Gemfile.lock index a044b0ad4..5437b6dc7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -673,7 +673,7 @@ GEM rack (~> 1.4) rack-protection (~> 1.4) tilt (>= 1.3, < 3) - sinon-rails (1.10.3) + sinon-rails (1.15.0) railties (>= 3.1) slop (3.6.0) spring (1.3.6) @@ -858,7 +858,7 @@ DEPENDENCIES simple_captcha2 (= 0.3.4) simplecov (= 0.10.0) sinatra (= 1.4.6) - sinon-rails (= 1.10.3) + sinon-rails (= 1.15.0) spring (= 1.3.6) spring-commands-cucumber (= 1.0.1) spring-commands-rspec (= 1.0.4)