Commit ef7cfdceea0355c0e9c434ec3fc2b9915979da5e
1 parent
20972691
Exists in
spb-stable
and in
2 other branches
Update jasmine.
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -244,12 +244,12 @@ GEM |
244 | 244 | httpauth (0.2.0) |
245 | 245 | i18n (0.6.9) |
246 | 246 | ice_nine (0.10.0) |
247 | - jasmine (2.0.0.rc5) | |
248 | - jasmine-core (~> 2.0.0.rc5) | |
247 | + jasmine (2.0.2) | |
248 | + jasmine-core (~> 2.0.0) | |
249 | 249 | phantomjs |
250 | 250 | rack (>= 1.2.1) |
251 | 251 | rake |
252 | - jasmine-core (2.0.0.rc5) | |
252 | + jasmine-core (2.0.0) | |
253 | 253 | jquery-atwho-rails (0.3.3) |
254 | 254 | jquery-rails (3.1.0) |
255 | 255 | railties (>= 3.0, < 5.0) |
... | ... | @@ -617,7 +617,7 @@ DEPENDENCIES |
617 | 617 | haml-rails |
618 | 618 | hipchat (~> 0.14.0) |
619 | 619 | httparty |
620 | - jasmine (= 2.0.0.rc5) | |
620 | + jasmine (= 2.0.2) | |
621 | 621 | jquery-atwho-rails (~> 0.3.3) |
622 | 622 | jquery-rails |
623 | 623 | jquery-scrollto-rails | ... | ... |