diff --git a/Gemfile b/Gemfile index 7c5eee9c2..e2a3cf127 100644 --- a/Gemfile +++ b/Gemfile @@ -212,7 +212,7 @@ group :development, :test do gem 'cucumber-rails', '1.4.1', :require => false # Jasmine (client side application tests (JS)) - gem 'jasmine', '2.0.0' + gem 'jasmine', '2.0.2' gem 'jasmine-jquery-rails', '2.0.2' gem 'sinon-rails', '1.9.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 9c6376ea3..68f458698 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -218,7 +218,7 @@ GEM railties (>= 3.0.0) inflecto (0.0.2) ipaddress (0.8.0) - jasmine (2.0.0) + jasmine (2.0.2) jasmine-core (~> 2.0.0) phantomjs rack (>= 1.2.1) @@ -506,7 +506,7 @@ DEPENDENCIES handlebars_assets (= 0.12.0) http_accept_language (= 1.0.2) i18n-inflector-rails (= 1.0.7) - jasmine (= 2.0.0) + jasmine (= 2.0.2) jasmine-jquery-rails (= 2.0.2) jquery-rails (= 3.0.4) json (= 1.8.1)