rails/jquery-rails

jQuery 3.1 released but jquery-rails still not support it

Sega100500 opened this issue ยท 8 comments

jQuery 3.1 released but jquery-rails still not support it

When gem will be update to use jQuery 3 ?

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'

@andyklimczak
When it will be released?
I prefer use official release

@andyklimczak or

gem 'jquery-rails', gitHub: 'rails/jquery-rails'

source: Bundler

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.

Actually, jquery3 itself isn't committed into vendor/, so technically this does not support jquery3 yet.

Released in 4.2.1

@rafaelfranca
MANY, MANY THANKS!
All works!