From d8e64c0e0657796e90d62b74f27c0f295dfdacd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 09:39:59 +0000 Subject: [PATCH] Bump jquery-rails from 4.5.1 to 4.6.0 Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 4.5.1 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.1...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 | 37 +++++++++++++++++++------------------ 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index 145e7823e5..ad1f0c7498 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem "httparty" gem "humanize_boolean" # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem "jbuilder", "~> 2.11" -gem "jquery-rails", "~> 4.5" +gem "jquery-rails", "~> 4.6" gem "jquery-ui-rails" gem "jsonb_accessor", "~> 1.4" gem "jwe" diff --git a/Gemfile.lock b/Gemfile.lock index 7825d5b5b0..8aa258750c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,7 +171,7 @@ GEM config (5.5.2) deep_merge (~> 1.2, >= 1.2.1) ostruct - connection_pool (2.4.1) + connection_pool (2.5.0) crass (1.0.6) date (3.3.4) debug (1.9.2) @@ -198,7 +198,7 @@ GEM drb (2.2.1) dropzonejs-rails (0.8.5) rails (> 3.1) - erubi (1.13.0) + erubi (1.13.1) execjs (2.9.1) factory_bot (6.4.6) activesupport (>= 5.0.0) @@ -253,15 +253,15 @@ GEM rails-i18n rainbow (>= 2.2.2, < 4.0) terminal-table (>= 1.5.1) - io-console (0.7.2) - irb (1.14.0) + io-console (0.8.0) + irb (1.14.3) rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) jmespath (1.6.2) - jquery-rails (4.5.1) + jquery-rails (4.6.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -322,12 +322,12 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.16.8) + nokogiri (1.18.1) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.8-arm64-darwin) + nokogiri (1.18.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.8-x86_64-linux) + nokogiri (1.18.1-x86_64-linux-gnu) racc (~> 1.4) notifications-ruby-client (5.4.0) jwt (>= 1.5, < 3) @@ -371,7 +371,8 @@ GEM ttfunk (~> 1.7) prawndown (0.1.2) prawn (~> 2.0) - psych (5.1.2) + psych (5.2.2) + date stringio public_suffix (5.0.3) puma (6.4.3) @@ -385,9 +386,9 @@ GEM rack (~> 2.2, >= 2.2.4) rack-session (1.0.2) rack (< 3) - rack-test (2.1.0) + rack-test (2.2.0) rack (>= 1.3) - rackup (1.0.0) + rackup (1.0.1) rack (< 3) webrick rails (7.1.3.4) @@ -414,7 +415,7 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.1) + rails-html-sanitizer (1.6.2) loofah (~> 2.21) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) rails-i18n (7.0.9) @@ -433,13 +434,13 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rdoc (6.7.0) + rdoc (6.10.0) psych (>= 4.0.0) recursive-open-struct (1.2.2) redis-client (0.23.0) connection_pool regexp_parser (2.9.2) - reline (0.5.9) + reline (0.6.0) io-console (~> 0.5) request_store (1.6.0) rack (>= 1.4) @@ -586,7 +587,7 @@ GEM unicode-display_width (>= 1.1.1, < 3) terser (1.2.2) execjs (>= 0.3.0, < 3) - thor (1.3.1) + thor (1.3.2) tilt (2.1.0) timecop (0.9.6) timeout (0.4.3) @@ -602,14 +603,14 @@ GEM uniform_notifier (1.16.0) warden (1.2.9) rack (>= 2.0.9) - webrick (1.8.2) + webrick (1.9.1) websocket (1.2.10) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.17) + zeitwerk (2.7.1) PLATFORMS arm64-darwin-21 @@ -653,7 +654,7 @@ DEPENDENCIES humanize_boolean i18n-tasks jbuilder (~> 2.11) - jquery-rails (~> 4.5) + jquery-rails (~> 4.6) jquery-ui-rails jsonb_accessor (~> 1.4) jwe