Bump jquery-rails and jquery
This commit is contained in:
parent
769c6b1a8c
commit
dcd29a6968
4 changed files with 8 additions and 8 deletions
2
Gemfile
2
Gemfile
|
|
@ -94,7 +94,7 @@ gem "uuid", "2.3.9"
|
|||
|
||||
gem "babel-transpiler", "0.7.0"
|
||||
gem "handlebars_assets", "0.23.9"
|
||||
gem "jquery-rails", "4.5.0"
|
||||
gem "jquery-rails", "4.6.0"
|
||||
gem "jquery-ui-rails", "5.0.5"
|
||||
gem "js_image_paths", "0.2.0"
|
||||
gem "js-routes", "2.2.8"
|
||||
|
|
|
|||
|
|
@ -351,7 +351,7 @@ GEM
|
|||
webrick
|
||||
jasmine-core (3.10.1)
|
||||
jasmine-jquery-rails (2.0.3)
|
||||
jquery-rails (4.5.0)
|
||||
jquery-rails (4.6.0)
|
||||
rails-dom-testing (>= 1, < 3)
|
||||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
|
|
@ -826,7 +826,7 @@ DEPENDENCIES
|
|||
http_accept_language (= 2.1.1)
|
||||
jasmine (= 3.10.0)
|
||||
jasmine-jquery-rails (= 2.0.3)
|
||||
jquery-rails (= 4.5.0)
|
||||
jquery-rails (= 4.6.0)
|
||||
jquery-ui-rails (= 5.0.5)
|
||||
js-routes (= 2.2.8)
|
||||
js_image_paths (= 0.2.0)
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"cropperjs": "1.4.3",
|
||||
"fine-uploader": "5.13.0",
|
||||
"highlightjs": "9.12.0",
|
||||
"jquery": "3.6.0",
|
||||
"jquery": "3.7.0",
|
||||
"jquery-placeholder": "2.3.1",
|
||||
"jquery.are-you-sure": "1.9.0",
|
||||
"markdown-it": "8.4.2",
|
||||
|
|
|
|||
|
|
@ -90,10 +90,10 @@ jquery.are-you-sure@1.9.0:
|
|||
dependencies:
|
||||
jquery ">=1.4.2"
|
||||
|
||||
jquery@3.6.0, jquery@>=1.11, jquery@>=1.4.2:
|
||||
version "3.6.0"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470"
|
||||
integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==
|
||||
jquery@3.7.0, jquery@>=1.11, jquery@>=1.4.2:
|
||||
version "3.7.0"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.0.tgz#fe2c01a05da500709006d8790fe21c8a39d75612"
|
||||
integrity sha512-umpJ0/k8X0MvD1ds0P9SfowREz2LenHsQaxSohMZ5OMNEU2r0tf8pdeEFTHMFxWVxKNyU9rTtK3CWzUCTKJUeQ==
|
||||
|
||||
linkify-it@^2.0.0:
|
||||
version "2.2.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue