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)