bump jasmine-jquery-rails
This commit is contained in:
parent
b671509184
commit
8d1b611f88
2 changed files with 4 additions and 4 deletions
4
Gemfile
4
Gemfile
|
|
@ -213,6 +213,6 @@ group :development, :test do
|
|||
|
||||
# Jasmine (client side application tests (JS))
|
||||
gem 'jasmine', '2.0.2'
|
||||
gem 'jasmine-jquery-rails', '2.0.2'
|
||||
gem 'sinon-rails', '1.9.0'
|
||||
gem 'jasmine-jquery-rails', '2.0.3'
|
||||
gem 'sinon-rails', '1.9.0'
|
||||
end
|
||||
|
|
|
|||
|
|
@ -224,7 +224,7 @@ GEM
|
|||
rack (>= 1.2.1)
|
||||
rake
|
||||
jasmine-core (2.0.0)
|
||||
jasmine-jquery-rails (2.0.2)
|
||||
jasmine-jquery-rails (2.0.3)
|
||||
jquery-rails (3.0.4)
|
||||
railties (>= 3.0, < 5.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
|
|
@ -507,7 +507,7 @@ DEPENDENCIES
|
|||
http_accept_language (= 1.0.2)
|
||||
i18n-inflector-rails (= 1.0.7)
|
||||
jasmine (= 2.0.2)
|
||||
jasmine-jquery-rails (= 2.0.2)
|
||||
jasmine-jquery-rails (= 2.0.3)
|
||||
jquery-rails (= 3.0.4)
|
||||
json (= 1.8.1)
|
||||
markerb (= 1.0.2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue