From c211a0d6946977aaf11a2ab9f57d15becb9d2976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 22:22:15 +0000 Subject: [PATCH] Bump jquery-rails from 4.3.3 to 4.4.0 Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 4.3.3 to 4.4.0. - [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/jquery-rails/compare/v4.3.3...v4.4.0) --- updated-dependencies: - dependency-name: jquery-rails dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Gemfile b/Gemfile index 0dd8dfa..3ce9211 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ gem 'devise', '~> 4.7.1' gem 'bootstrap', '~> 4.3.1' -gem 'jquery-rails', '~> 4.3.3' +gem 'jquery-rails', '~> 4.4.0' gem 'kaminari', '~> 1.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 6aa263d..46d92ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -108,7 +108,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.6) + concurrent-ruby (1.2.2) connection_pool (2.2.5) crass (1.0.6) datetime_picker_rails (0.0.7) @@ -120,7 +120,7 @@ GEM responders warden (~> 1.2.3) ed25519 (1.2.4) - erubi (1.9.0) + erubi (1.12.0) et-orbi (1.1.7) tzinfo execjs (2.7.0) @@ -130,13 +130,13 @@ GEM raabro (~> 1.1) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.8.2) + i18n (1.13.0) concurrent-ruby (~> 1.0) io-like (0.3.0) jbuilder (2.8.0) activesupport (>= 4.2.0) multi_json (>= 1.2) - jquery-rails (4.3.3) + jquery-rails (4.4.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -156,20 +156,20 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.5.0) + 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 (0.3.3) mimemagic (~> 0.3.2) - method_source (0.9.2) + method_source (1.0.0) mimemagic (0.3.10) nokogiri (~> 1) rake mini_mime (1.0.1) - mini_portile2 (2.8.0) - minitest (5.14.1) + mini_portile2 (2.8.2) + minitest (5.18.0) momentjs-rails (2.20.1) railties (>= 3.1) msgpack (1.2.7) @@ -179,7 +179,7 @@ GEM net-ssh (>= 2.6.5) net-ssh (5.1.0) nio4r (2.5.8) - nokogiri (1.13.6) + nokogiri (1.13.10) mini_portile2 (~> 2.8.0) racc (~> 1.4) open_uri_redirections (0.2.1) @@ -189,10 +189,10 @@ GEM puma (4.3.12) nio4r (~> 2.0) raabro (1.1.6) - racc (1.6.0) - rack (2.2.6.3) - rack-test (1.1.0) - rack (>= 1.0, < 3) + racc (1.6.2) + rack (2.2.7) + rack-test (2.1.0) + rack (>= 1.3) rails (5.2.2) actioncable (= 5.2.2) actionmailer (= 5.2.2) @@ -209,15 +209,15 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) - loofah (~> 2.3) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) railties (5.2.2) actionpack (= 5.2.2) activesupport (= 5.2.2) method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) - rake (13.0.1) + rake (13.0.6) rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) @@ -274,13 +274,13 @@ GEM sshkit (1.18.2) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) - thor (1.0.1) + thor (1.2.2) thread_safe (0.3.6) tilt (2.0.10) turbolinks (5.2.0) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.7) + tzinfo (1.2.11) thread_safe (~> 0.1) uglifier (4.1.20) execjs (>= 0.3.0, < 3) @@ -316,7 +316,7 @@ DEPENDENCIES devise (~> 4.7.1) ed25519 (~> 1.2.4) jbuilder (~> 2.5) - jquery-rails (~> 4.3.3) + jquery-rails (~> 4.4.0) kaminari (~> 1.2.1) listen (>= 3.0.5, < 3.2) mysql2 (~> 0.5.2)