From 8d1b611f88d5c2f6e3f3988fc52ecc56672131e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 1 Jun 2014 16:00:50 +0200 Subject: [PATCH] bump jasmine-jquery-rails --- Gemfile | 4 ++-- Gemfile.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index e2a3cf127..baeba98d2 100644 --- a/Gemfile +++ b/Gemfile @@ -213,6 +213,6 @@ group :development, :test do # Jasmine (client side application tests (JS)) gem 'jasmine', '2.0.2' - gem 'jasmine-jquery-rails', '2.0.2' - gem 'sinon-rails', '1.9.0' + gem 'jasmine-jquery-rails', '2.0.3' + gem 'sinon-rails', '1.9.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 68f458698..ba52f4395 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -224,7 +224,7 @@ GEM rack (>= 1.2.1) rake jasmine-core (2.0.0) - jasmine-jquery-rails (2.0.2) + jasmine-jquery-rails (2.0.3) jquery-rails (3.0.4) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) @@ -507,7 +507,7 @@ DEPENDENCIES http_accept_language (= 1.0.2) i18n-inflector-rails (= 1.0.7) jasmine (= 2.0.2) - jasmine-jquery-rails (= 2.0.2) + jasmine-jquery-rails (= 2.0.3) jquery-rails (= 3.0.4) json (= 1.8.1) markerb (= 1.0.2)