From 7bb775111582237a8f1628d761865c578f9f7f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 22:42:11 +0000 Subject: [PATCH] Bump jquery-rails from 4.3.1 to 4.4.0 Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 4.3.1 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.1...v4.4.0) --- updated-dependencies: - dependency-name: jquery-rails dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 48b763e..9bd9060 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'puma', '4.3.12' gem 'sass-rails', '5.0.6' gem 'uglifier', '3.2.0' gem 'coffee-rails', '4.2.2' -gem 'jquery-rails', '4.3.1' +gem 'jquery-rails', '4.4.0' gem 'turbolinks', '5.0.1' gem 'jbuilder', '2.7.0' gem 'bootstrap-sass', '3.4.1' diff --git a/Gemfile.lock b/Gemfile.lock index 13b5fc7..c42edc0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,9 +66,9 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.2) crass (1.0.6) - erubi (1.9.0) + erubi (1.12.0) execjs (2.7.0) ffi (1.12.2) figaro (1.2.0) @@ -89,13 +89,13 @@ GEM guard-minitest (2.4.4) guard-compat (~> 1.2) minitest (>= 3.0) - i18n (1.12.0) + i18n (1.13.0) concurrent-ruby (~> 1.0) jbuilder (2.7.0) activesupport (>= 4.2.0) multi_json (>= 1.2) jmespath (1.6.1) - jquery-rails (4.3.1) + jquery-rails (4.4.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -103,7 +103,7 @@ 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.20.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.2.5) @@ -111,7 +111,7 @@ GEM mini_mime (>= 0.1.1) method_source (1.0.0) mini_mime (1.0.2) - mini_portile2 (2.8.0) + mini_portile2 (2.8.2) minitest (5.10.3) minitest-reporters (1.1.14) ansi @@ -121,7 +121,7 @@ GEM multi_json (1.14.1) nenv (0.3.0) nio4r (2.5.8) - nokogiri (1.13.6) + nokogiri (1.14.3) mini_portile2 (~> 2.8.0) racc (~> 1.4) notiffany (0.1.3) @@ -133,10 +133,10 @@ GEM method_source (~> 1.0) puma (4.3.12) nio4r (~> 2.0) - racc (1.6.0) - rack (2.2.6.2) - 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.1.6) actioncable (= 5.1.6) actionmailer (= 5.1.6) @@ -156,15 +156,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.1.6) actionpack (= 5.1.6) activesupport (= 5.1.6) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (13.0.1) + rake (13.0.6) rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) @@ -197,13 +197,13 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.13) - thor (1.0.1) + thor (1.2.1) thread_safe (0.3.6) tilt (2.0.10) turbolinks (5.0.1) turbolinks-source (~> 5) turbolinks-source (5.2.0) - tzinfo (1.2.10) + tzinfo (1.2.11) thread_safe (~> 0.1) uglifier (3.2.0) execjs (>= 0.3.0, < 3) @@ -228,7 +228,7 @@ DEPENDENCIES guard (= 2.13.0) guard-minitest (= 2.4.4) jbuilder (= 2.7.0) - jquery-rails (= 4.3.1) + jquery-rails (= 4.4.0) listen (= 3.1.5) minitest (= 5.10.3) minitest-reporters (= 1.1.14)