Upgrade jQuery to 1.12.4

This commit is contained in:
Rafael Mendonça França
2018-04-18 13:34:30 -04:00
parent c211b829d0
commit fa176d4d2b
6 changed files with 2700 additions and 1995 deletions

View File

@@ -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

View File

@@ -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 | - |

View File

@@ -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

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long