We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469171f commit 6ee8967Copy full SHA for 6ee8967
README.md
@@ -4,7 +4,7 @@ jQuery! For Rails! So great.
4
5
This gem provides:
6
7
- * jQuery 1.11.0
+ * jQuery 1.11.1
8
* the jQuery UJS adapter
9
* assert_select_jquery to test jQuery responses in Ruby tests
10
VERSIONS.md
@@ -2,6 +2,7 @@
2
3
| Gem | jQuery | jQuery UI |
|--------|--------|-----------|
+| 3.1.1 | 1.11.1 | - |
| 3.1.0 | 1.11.0 | - |
| 3.0.5 | 1.11.0 | - |
| 3.0.4 | ↾ | - |
lib/jquery/rails/version.rb
@@ -1,7 +1,7 @@
1
module Jquery
module Rails
- VERSION = "3.1.0"
- JQUERY_VERSION = "1.11.0"
+ VERSION = "3.1.1"
+ JQUERY_VERSION = "1.11.1"
JQUERY_UJS_VERSION = "f160fa2f4615f93e1a0d75e49de59d19c18c8728"
end
0 commit comments