I have to upgrade my jQuery in Rails project, the target version is 1.11.3, I see jquery-rails gem not have this version Is there any way? Thank You
Asked
Active
Viewed 301 times
1
-
This may help you: http://stackoverflow.com/questions/14459161/how-change-jquery-version-with-rails-asset-pipeline. – Rohit Arora Jul 10 '15 at 08:56
1 Answers
0
https://github.com/rails/jquery-rails/tree/master/vendor/assets/javascripts shows that jQuery is updated to 1.11.3. Try bundle update jquery-rails
Check this older post for more details

Community
- 1
- 1

Santanu Karmakar
- 326
- 1
- 3
- 10
-
Not works, i have a tried update, my version jquery-rails is 4.0.4, but i comprobe te version jquery, returns 1.11.1 – Alejo Ribes Jul 10 '15 at 10:12