update jasmine to destroy deprication warnings in the tests
This commit is contained in:
parent
2d54d9a97e
commit
419707412a
2 changed files with 5 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -97,7 +97,7 @@ group :test, :development do
|
|||
gem 'linecache', '0.43', :platforms => :mri_18
|
||||
end
|
||||
gem 'launchy'
|
||||
gem 'jasmine', '1.0.2.1'
|
||||
gem 'jasmine', '1.1.0.rc3'
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
|
|||
|
|
@ -225,11 +225,12 @@ GEM
|
|||
jammit (0.5.4)
|
||||
closure-compiler (>= 0.1.0)
|
||||
yui-compressor (>= 0.9.1)
|
||||
jasmine (1.0.2.1)
|
||||
json_pure (>= 1.4.3)
|
||||
jasmine (1.1.0.rc3)
|
||||
jasmine-core (>= 1.1.0.rc2)
|
||||
rack (>= 1.1)
|
||||
rspec (>= 1.3.1)
|
||||
selenium-webdriver (>= 0.1.3)
|
||||
jasmine-core (1.1.0.rc3)
|
||||
json (1.4.6)
|
||||
json_pure (1.5.3)
|
||||
launchy (2.0.3)
|
||||
|
|
@ -484,7 +485,7 @@ DEPENDENCIES
|
|||
http_accept_language!
|
||||
i18n-inflector-rails (~> 1.0)
|
||||
jammit (= 0.5.4)
|
||||
jasmine (= 1.0.2.1)
|
||||
jasmine (= 1.1.0.rc3)
|
||||
json (= 1.4.6)
|
||||
jwt!
|
||||
launchy
|
||||
|
|
|
|||
Loading…
Reference in a new issue