Bump jasmine
This commit is contained in:
parent
d2cffe9d53
commit
0b676452d0
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -308,7 +308,7 @@ group :development, :test do
|
|||
gem "cucumber-rails", "1.5.0", require: false
|
||||
|
||||
# Jasmine (client side application tests (JS))
|
||||
gem "jasmine", "3.1.0"
|
||||
gem "jasmine", "3.3.0"
|
||||
gem "jasmine-jquery-rails", "2.0.3"
|
||||
gem "rails-assets-jasmine-ajax", "3.3.1", source: "https://rails-assets.org"
|
||||
gem "sinon-rails", "1.15.0"
|
||||
|
|
|
|||
|
|
@ -317,12 +317,12 @@ GEM
|
|||
railties (>= 3.0.0)
|
||||
ipaddress (0.8.3)
|
||||
jaro_winkler (1.5.1)
|
||||
jasmine (3.1.0)
|
||||
jasmine-core (= 3.1.0)
|
||||
jasmine (3.3.0)
|
||||
jasmine-core (~> 3.3.0)
|
||||
phantomjs
|
||||
rack (>= 1.2.1)
|
||||
rake
|
||||
jasmine-core (3.1.0)
|
||||
jasmine-core (3.3.0)
|
||||
jasmine-jquery-rails (2.0.3)
|
||||
jquery-rails (4.3.1)
|
||||
rails-dom-testing (>= 1, < 3)
|
||||
|
|
@ -803,7 +803,7 @@ DEPENDENCIES
|
|||
handlebars_assets (= 0.23.2)
|
||||
http_accept_language (= 2.1.1)
|
||||
i18n-inflector-rails (= 1.0.7)
|
||||
jasmine (= 3.1.0)
|
||||
jasmine (= 3.3.0)
|
||||
jasmine-jquery-rails (= 2.0.3)
|
||||
jquery-rails (= 4.3.1)
|
||||
js-routes (= 1.4.3)
|
||||
|
|
|
|||
Loading…
Reference in a new issue