From db2d0bb800ca3c4849d1acb5e717345afbb912c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 12:25:15 +0000 Subject: [PATCH] Bump jquery-rails from 4.5.0 to 4.6.0 Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 4.5.0 to 4.6.0. - [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/jquery-rails/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: jquery-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 34 ++++++++++++++++++---------------- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/Gemfile b/Gemfile index a556d6377..4ca45197d 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem "image_processing", "~> 1.12.2" gem "initialjs-rails", "~> 0.2.0.9" gem "invisible_captcha", "~> 2.0.0" gem "jquery-fileupload-rails" -gem "jquery-rails", "~> 4.5.0" +gem "jquery-rails", "~> 4.6.0" gem "jquery-ui-rails", "~> 6.0.1" gem "kaminari", "~> 1.2.2" gem "leaflet-rails", "~> 1.9.3" diff --git a/Gemfile.lock b/Gemfile.lock index 8d94e82f2..13e39b2bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,7 +195,7 @@ GEM rubocop smart_properties errbase (0.2.2) - erubi (1.11.0) + erubi (1.12.0) eslintrb (2.1.0) execjs multi_json (>= 1.3) @@ -275,7 +275,7 @@ GEM httpi (2.5.0) rack socksify - i18n (1.13.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) i18n-tasks (0.9.37) activesupport (>= 4.0.2) @@ -298,7 +298,7 @@ GEM actionpack (>= 3.1) railties (>= 3.1) sassc - jquery-rails (4.5.0) + jquery-rails (4.6.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -335,9 +335,9 @@ GEM letter_opener (~> 1.7) railties (>= 5.2) rexml - loofah (2.19.1) + loofah (2.21.3) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) mail (2.7.1) mini_mime (>= 0.1.1) marcel (1.0.2) @@ -354,8 +354,8 @@ GEM mime-types-data (3.2022.0105) mini_magick (4.11.0) mini_mime (1.1.2) - mini_portile2 (2.8.2) - minitest (5.18.0) + mini_portile2 (2.8.4) + minitest (5.19.0) mixlib-cli (2.1.8) mixlib-config (3.0.9) tomlrb @@ -368,7 +368,7 @@ GEM net-ssh (>= 2.6.5, < 7.0.0) net-ssh (6.1.0) nio4r (2.5.8) - nokogiri (1.15.2) + nokogiri (1.15.4) mini_portile2 (~> 2.8.2) racc (~> 1.4) nori (2.6.0) @@ -440,7 +440,7 @@ GEM puma (4.3.12) nio4r (~> 2.0) racc (1.7.1) - rack (2.2.7) + rack (2.2.8) rack-accept (0.4.5) rack (>= 0.4) rack-protection (2.2.2) @@ -464,11 +464,13 @@ GEM bundler (>= 1.3.0) railties (= 6.0.6.1) sprockets-rails (>= 2.0.0) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.4.4) - loofah (~> 2.19, >= 2.19.1) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) rails-i18n (6.0.0) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 7) @@ -615,7 +617,7 @@ GEM unicode-display_width (>= 1.1.1, < 3) terrapin (0.6.0) climate_control (>= 0.0.3, < 1.0) - thor (1.2.1) + thor (1.2.2) thread_safe (0.3.6) tilt (2.0.10) tomlrb (1.3.0) @@ -661,7 +663,7 @@ GEM wkhtmltopdf-binary (0.12.6.6) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.8) + zeitwerk (2.6.11) PLATFORMS ruby @@ -712,7 +714,7 @@ DEPENDENCIES initialjs-rails (~> 0.2.0.9) invisible_captcha (~> 2.0.0) jquery-fileupload-rails - jquery-rails (~> 4.5.0) + jquery-rails (~> 4.6.0) jquery-ui-rails (~> 6.0.1) kaminari (~> 1.2.2) knapsack_pro (~> 3.3.1)