We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c211b82 commit fa176d4Copy full SHA for fa176d4
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.1.5 (18 Apr 2018)
2
+
3
+ - Updated jQuery 1.12.4
4
5
## 3.1.3 (16 June 2015)
6
7
- Fix CSP bypass vulnerability. CVE-2015-1840
VERSIONS.md
@@ -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 | - |
8
| 3.1.2 | 1.11.1 | 1.0.1 | - |
lib/jquery/rails/version.rb
@@ -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
0 commit comments