update jasmine to 3.5.1
This commit is contained in:
parent
7ec921c956
commit
b325d2ca43
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -310,7 +310,7 @@ group :development, :test do
|
|||
gem "cucumber-rails", "2.0.0", require: false
|
||||
|
||||
# Jasmine (client side application tests (JS))
|
||||
gem "jasmine", "3.4.0"
|
||||
gem "jasmine", "3.5.1"
|
||||
gem "jasmine-jquery-rails", "2.0.3"
|
||||
gem "rails-assets-jasmine-ajax", "4.0.0", source: "https://gems.diasporafoundation.org"
|
||||
gem "sinon-rails", "1.15.0"
|
||||
|
|
|
|||
|
|
@ -336,12 +336,12 @@ GEM
|
|||
railties (>= 3.0.0)
|
||||
ipaddress (0.8.3)
|
||||
jaro_winkler (1.5.3)
|
||||
jasmine (3.4.0)
|
||||
jasmine-core (~> 3.4.0)
|
||||
jasmine (3.5.1)
|
||||
jasmine-core (~> 3.5.0)
|
||||
phantomjs
|
||||
rack (>= 1.2.1)
|
||||
rake
|
||||
jasmine-core (3.4.0)
|
||||
jasmine-core (3.5.0)
|
||||
jasmine-jquery-rails (2.0.3)
|
||||
jquery-rails (4.3.5)
|
||||
rails-dom-testing (>= 1, < 3)
|
||||
|
|
@ -828,7 +828,7 @@ DEPENDENCIES
|
|||
handlebars_assets (= 0.23.4)
|
||||
http_accept_language (= 2.1.1)
|
||||
i18n-inflector-rails (= 1.0.7)
|
||||
jasmine (= 3.4.0)
|
||||
jasmine (= 3.5.1)
|
||||
jasmine-jquery-rails (= 2.0.3)
|
||||
jquery-rails (= 4.3.5)
|
||||
js-routes (= 1.4.7)
|
||||
|
|
|
|||
Loading…
Reference in a new issue