bump jquery-rails to 3.0.4
This commit is contained in:
parent
9c7212934c
commit
1fd156fd46
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -129,7 +129,7 @@ group :assets do
|
||||||
|
|
||||||
gem 'backbone-on-rails', '1.1.0'
|
gem 'backbone-on-rails', '1.1.0'
|
||||||
gem 'handlebars_assets', '0.12.0'
|
gem 'handlebars_assets', '0.12.0'
|
||||||
gem 'jquery-rails', '2.1.4'
|
gem 'jquery-rails', '3.0.4'
|
||||||
|
|
||||||
# Windows and OSX have an execjs compatible runtime built-in, Linux users should
|
# Windows and OSX have an execjs compatible runtime built-in, Linux users should
|
||||||
# install Node.js or use 'therubyracer'.
|
# install Node.js or use 'therubyracer'.
|
||||||
|
|
|
||||||
|
|
@ -206,7 +206,7 @@ GEM
|
||||||
selenium-webdriver (>= 0.1.3)
|
selenium-webdriver (>= 0.1.3)
|
||||||
jasmine-core (1.3.1)
|
jasmine-core (1.3.1)
|
||||||
journey (1.0.4)
|
journey (1.0.4)
|
||||||
jquery-rails (2.1.4)
|
jquery-rails (3.0.4)
|
||||||
railties (>= 3.0, < 5.0)
|
railties (>= 3.0, < 5.0)
|
||||||
thor (>= 0.14, < 2.0)
|
thor (>= 0.14, < 2.0)
|
||||||
jquery-ui-rails (3.0.1)
|
jquery-ui-rails (3.0.1)
|
||||||
|
|
@ -487,7 +487,7 @@ DEPENDENCIES
|
||||||
http_accept_language (= 1.0.2)
|
http_accept_language (= 1.0.2)
|
||||||
i18n-inflector-rails (= 1.0.7)
|
i18n-inflector-rails (= 1.0.7)
|
||||||
jasmine (= 1.3.2)
|
jasmine (= 1.3.2)
|
||||||
jquery-rails (= 2.1.4)
|
jquery-rails (= 3.0.4)
|
||||||
json (= 1.8.1)
|
json (= 1.8.1)
|
||||||
markerb (= 1.0.1)
|
markerb (= 1.0.1)
|
||||||
messagebus_ruby_api (= 1.0.3)
|
messagebus_ruby_api (= 1.0.3)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue