Skip to content

Commit ee76e0e

Browse files
committed
Upgrade jquery to 3.2.0
1 parent 89d6092 commit ee76e0e

File tree

6 files changed

+177
-149
lines changed

6 files changed

+177
-149
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.3.0
2+
3+
- update jquery to 3.2.0
14
- Add possibility to test HTML attribute selectors
25

36
## 4.2.2

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+
| 4.3.0 | 1.12.4 & 2.2.4 & 3.2.0 | 1.2.2 | - |
56
| 4.2.2 | 1.12.4 & 2.2.4 & 3.1.1 | 1.2.2 | - |
67
| 4.2.1 | 1.12.4 & 2.2.4 & 3.1.0 | 1.2.2 | - |
78
| 4.2.0 | 1.12.4 & 2.2.4 & 3.0.0 | 1.2.2 | - |

lib/jquery/rails/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module Jquery
22
module Rails
3-
VERSION = "4.2.2"
3+
VERSION = "4.3.0"
44
JQUERY_VERSION = "1.12.4"
55
JQUERY_2_VERSION = "2.2.4"
6-
JQUERY_3_VERSION = "3.1.1"
6+
JQUERY_3_VERSION = "3.2.0"
77
JQUERY_UJS_VERSION = "1.2.2"
88
end
99
end

0 commit comments

Comments
 (0)