Bump jasmine

This commit is contained in:
Steffen van Bergerem 2017-08-13 14:12:03 +02:00
parent c0713ddd8e
commit de4afb2d1f
No known key found for this signature in database
GPG key ID: 315C9787D548DC6B
2 changed files with 5 additions and 5 deletions

View file

@ -310,7 +310,7 @@ group :development, :test do
gem "cucumber-rails", "1.5.0", require: false gem "cucumber-rails", "1.5.0", require: false
# Jasmine (client side application tests (JS)) # Jasmine (client side application tests (JS))
gem "jasmine", "2.6.0" gem "jasmine", "2.7.0"
gem "jasmine-jquery-rails", "2.0.3" gem "jasmine-jquery-rails", "2.0.3"
gem "rails-assets-jasmine-ajax", "3.3.1", source: "https://rails-assets.org" gem "rails-assets-jasmine-ajax", "3.3.1", source: "https://rails-assets.org"
gem "sinon-rails", "1.15.0" gem "sinon-rails", "1.15.0"

View file

@ -313,12 +313,12 @@ GEM
i18n-inflector (~> 2.6) i18n-inflector (~> 2.6)
railties (>= 3.0.0) railties (>= 3.0.0)
ipaddress (0.8.3) ipaddress (0.8.3)
jasmine (2.6.0) jasmine (2.7.0)
jasmine-core (>= 2.6.0, < 3.0.0) jasmine-core (>= 2.7.0, < 3.0.0)
phantomjs phantomjs
rack (>= 1.2.1) rack (>= 1.2.1)
rake rake
jasmine-core (2.6.4) jasmine-core (2.7.0)
jasmine-jquery-rails (2.0.3) jasmine-jquery-rails (2.0.3)
jquery-rails (4.3.1) jquery-rails (4.3.1)
rails-dom-testing (>= 1, < 3) rails-dom-testing (>= 1, < 3)
@ -805,7 +805,7 @@ DEPENDENCIES
handlebars_assets (= 0.23.2) handlebars_assets (= 0.23.2)
http_accept_language (= 2.1.1) http_accept_language (= 2.1.1)
i18n-inflector-rails (= 1.0.7) i18n-inflector-rails (= 1.0.7)
jasmine (= 2.6.0) jasmine (= 2.7.0)
jasmine-jquery-rails (= 2.0.3) jasmine-jquery-rails (= 2.0.3)
jquery-rails (= 4.3.1) jquery-rails (= 4.3.1)
js-routes (= 1.3.3) js-routes (= 1.3.3)