Skip to content

Commit

Permalink
Upgrade jQuery to 1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Apr 18, 2018
1 parent c211b82 commit fa176d4
Show file tree
Hide file tree
Showing 6 changed files with 2,719 additions and 2,014 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | - |
Expand Down
4 changes: 2 additions & 2 deletions lib/jquery/rails/version.rb
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit fa176d4

Please sign in to comment.