Understand jquery-rails versioning behavior
masterSince v2.1, jquery-rails follows specific versioning guidelines to give you control over the bundled jQuery version via your Gemfile:
- Patch version bump: Updates to
jquery-ujs,jquery-rails, and patch-level updates to jQuery. - Minor version bump: Minor-level updates to jQuery.
- Major version bump: Major-level updates to jQuery and updates to Rails which may be backwards-incompatible.