mirror of
https://github.com/rails/jquery-rails.git
synced 2026-01-09 06:37:54 -05:00
Upgrade jQuery to 1.12.4
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 3.1.5 (18 Apr 2018)
|
||||
|
||||
- Updated jQuery 1.12.4
|
||||
|
||||
## 3.1.3 (16 June 2015)
|
||||
|
||||
- Fix CSP bypass vulnerability. CVE-2015-1840
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
| Gem | jQuery | jQuery UJS | jQuery UI |
|
||||
|--------|--------|------------| ----------|
|
||||
| 3.1.5 | 1.12.4 | 1.0.4 | - |
|
||||
| 3.1.4 | 1.11.1 | 1.0.4 | - |
|
||||
| 3.1.3 | 1.11.1 | 1.0.4 | - |
|
||||
| 3.1.2 | 1.11.1 | 1.0.1 | - |
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
module Jquery
|
||||
module Rails
|
||||
VERSION = "3.1.4"
|
||||
JQUERY_VERSION = "1.11.1"
|
||||
VERSION = "3.1.5"
|
||||
JQUERY_VERSION = "1.12.4"
|
||||
JQUERY_UJS_VERSION = "1.0.4"
|
||||
end
|
||||
end
|
||||
|
||||
4674
vendor/assets/javascripts/jquery.js
vendored
4674
vendor/assets/javascripts/jquery.js
vendored
File diff suppressed because it is too large
Load Diff
10
vendor/assets/javascripts/jquery.min.js
vendored
10
vendor/assets/javascripts/jquery.min.js
vendored
File diff suppressed because one or more lines are too long
2
vendor/assets/javascripts/jquery.min.map
vendored
2
vendor/assets/javascripts/jquery.min.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user