bump jasmine
This commit is contained in:
parent
c320f59c96
commit
90e1a654ad
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -189,7 +189,7 @@ group :test do
|
||||||
|
|
||||||
# Jasmine (client side application tests (JS))
|
# Jasmine (client side application tests (JS))
|
||||||
|
|
||||||
gem 'jasmine', '1.3.1'
|
gem 'jasmine', '1.3.2'
|
||||||
|
|
||||||
# General helpers
|
# General helpers
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -178,7 +178,7 @@ GEM
|
||||||
actionpack (~> 3.0)
|
actionpack (~> 3.0)
|
||||||
i18n-inflector (~> 2.6)
|
i18n-inflector (~> 2.6)
|
||||||
railties (~> 3.0)
|
railties (~> 3.0)
|
||||||
jasmine (1.3.1)
|
jasmine (1.3.2)
|
||||||
jasmine-core (~> 1.3.1)
|
jasmine-core (~> 1.3.1)
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
rspec (>= 1.3.1)
|
rspec (>= 1.3.1)
|
||||||
|
|
@ -445,7 +445,7 @@ DEPENDENCIES
|
||||||
handlebars_assets (= 0.12.0)
|
handlebars_assets (= 0.12.0)
|
||||||
http_accept_language (= 1.0.2)
|
http_accept_language (= 1.0.2)
|
||||||
i18n-inflector-rails (~> 1.0)
|
i18n-inflector-rails (~> 1.0)
|
||||||
jasmine (= 1.3.1)
|
jasmine (= 1.3.2)
|
||||||
jquery-rails (= 2.1.4)
|
jquery-rails (= 2.1.4)
|
||||||
json (= 1.7.7)
|
json (= 1.7.7)
|
||||||
markerb (= 1.0.1)
|
markerb (= 1.0.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue