jQuery 3.1 released but jquery-rails still not support it
Sega100500 opened this issue ยท 8 comments
Sega100500 commented
jQuery 3.1 released but jquery-rails still not support it
When gem will be update to use jQuery 3 ?
andyklimczak commented
Since it's merged but not yet released, you can specify to build from master instead of release (for now):
gem 'jquery-rails', git: 'https://github.com/rails/jquery-rails.git'
Sega100500 commented
@andyklimczak
When it will be released?
I prefer use official release
sandhilt commented
sandhilt commented
Tag is only name to ref in branch.
You can refer to branch directly in your Gemfile if you wish...
gem 'jquery-rails', gitHub: 'rails/jquery-rails', ref: '7127a3d' # Support to Jquery 3.x
or wait for tests and get with gem.
andyklimczak commented
Actually, jquery3 itself isn't committed into vendor/, so technically this does not support jquery3 yet.
rafaelfranca commented
Released in 4.2.1
Sega100500 commented
@rafaelfranca
MANY, MANY THANKS!
All works!