Skip to content

Commit fa176d4

Browse files
committed
Upgrade jQuery to 1.12.4
1 parent c211b82 commit fa176d4

File tree

6 files changed

+2719
-2014
lines changed

6 files changed

+2719
-2014
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.1.5 (18 Apr 2018)
2+
3+
- Updated jQuery 1.12.4
4+
15
## 3.1.3 (16 June 2015)
26

37
- Fix CSP bypass vulnerability. CVE-2015-1840

VERSIONS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Gem | jQuery | jQuery UJS | jQuery UI |
44
|--------|--------|------------| ----------|
5+
| 3.1.5 | 1.12.4 | 1.0.4 | - |
56
| 3.1.4 | 1.11.1 | 1.0.4 | - |
67
| 3.1.3 | 1.11.1 | 1.0.4 | - |
78
| 3.1.2 | 1.11.1 | 1.0.1 | - |

lib/jquery/rails/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Jquery
22
module Rails
3-
VERSION = "3.1.4"
4-
JQUERY_VERSION = "1.11.1"
3+
VERSION = "3.1.5"
4+
JQUERY_VERSION = "1.12.4"
55
JQUERY_UJS_VERSION = "1.0.4"
66
end
77
end

0 commit comments

Comments
 (0)