bump jasmine
This commit is contained in:
parent
e9ab6dc1e6
commit
b671509184
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue