diff --git a/Gemfile b/Gemfile index 99d918d82..9db268553 100644 --- a/Gemfile +++ b/Gemfile @@ -305,7 +305,7 @@ group :development, :test do gem "cucumber-rails", "1.4.5", require: false # Jasmine (client side application tests (JS)) - gem "jasmine", "2.5.1" + gem "jasmine", "2.5.2" gem "jasmine-jquery-rails", "2.0.3" gem "rails-assets-jasmine-ajax", "3.2.0", source: "https://rails-assets.org" gem "sinon-rails", "1.15.0" diff --git a/Gemfile.lock b/Gemfile.lock index 69ff64fa3..e13379c77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -315,7 +315,7 @@ GEM i18n-inflector (~> 2.6) railties (>= 3.0.0) ipaddress (0.8.3) - jasmine (2.5.1) + jasmine (2.5.2) jasmine-core (>= 2.5.1, < 3.0.0) phantomjs rack (>= 1.2.1) @@ -827,7 +827,7 @@ DEPENDENCIES handlebars_assets (= 0.23.1) http_accept_language (= 2.1.0) i18n-inflector-rails (= 1.0.7) - jasmine (= 2.5.1) + jasmine (= 2.5.2) jasmine-jquery-rails (= 2.0.3) jquery-rails (= 4.2.1) jquery-ui-rails (= 5.0.5)