mirror of
https://github.com/rails/jquery-rails.git
synced 2026-01-10 07:07:54 -05:00
10 lines
186 B
Ruby
10 lines
186 B
Ruby
module Jquery
|
|
module Rails
|
|
VERSION = "4.3.4"
|
|
JQUERY_VERSION = "1.12.4"
|
|
JQUERY_2_VERSION = "2.2.4"
|
|
JQUERY_3_VERSION = "3.4.1"
|
|
JQUERY_UJS_VERSION = "1.2.2"
|
|
end
|
|
end
|