rails / jquery-rails

A gem to automate using jQuery with Rails
MIT License
948 stars 406 forks source link

Setup bundle to install only JQuery 3 #265

Closed hariyerramsetty closed 5 years ago

hariyerramsetty commented 5 years ago

Hi Everyone, I have a question. So when using jquery-rails gem, is there any way to ignore JQuery version 1.x.x ? To give more context, some security scan applications are flagging JQuery 1.12.4 having cross site scripting vulnerability. So is there a way for jquery-rails gem to install only 3.4.1?

rafaelfranca commented 5 years ago

No. It will always install all versions.