bump jasmine

This commit is contained in:
Jonne Haß 2014-10-14 14:04:04 +02:00
parent 1c35921e3c
commit b6caef127f
2 changed files with 3 additions and 3 deletions

View file

@ -229,7 +229,7 @@ group :development, :test do
gem 'cucumber-rails', '1.4.2', :require => false gem 'cucumber-rails', '1.4.2', :require => false
# Jasmine (client side application tests (JS)) # Jasmine (client side application tests (JS))
gem 'jasmine', '2.0.2' gem 'jasmine', '2.0.3'
gem 'jasmine-jquery-rails', '2.0.3' gem 'jasmine-jquery-rails', '2.0.3'
gem 'sinon-rails', '1.10.3' gem 'sinon-rails', '1.10.3'
end end

View file

@ -245,7 +245,7 @@ GEM
railties (>= 3.0.0) railties (>= 3.0.0)
inflecto (0.0.2) inflecto (0.0.2)
ipaddress (0.8.0) ipaddress (0.8.0)
jasmine (2.0.2) jasmine (2.0.3)
jasmine-core (~> 2.0.0) jasmine-core (~> 2.0.0)
phantomjs phantomjs
rack (>= 1.2.1) rack (>= 1.2.1)
@ -564,7 +564,7 @@ DEPENDENCIES
handlebars_assets (= 0.18.0) handlebars_assets (= 0.18.0)
http_accept_language (= 2.0.2) http_accept_language (= 2.0.2)
i18n-inflector-rails (= 1.0.7) i18n-inflector-rails (= 1.0.7)
jasmine (= 2.0.2) jasmine (= 2.0.3)
jasmine-jquery-rails (= 2.0.3) jasmine-jquery-rails (= 2.0.3)
jquery-rails (= 3.1.2) jquery-rails (= 3.1.2)
js-routes (= 0.9.9) js-routes (= 0.9.9)