From c6ac9526b7fb37029dc99a78c2a9b33cce7e1169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 23:03:54 +0000 Subject: [PATCH] Bump jquery-rails from 4.3.5 to 4.4.0 Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 4.3.5 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.5...v4.4.0) --- updated-dependencies: - dependency-name: jquery-rails dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index 16a296c2..df693908 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'exception_notification', '~> 4' gem 'haml-rails', '~> 1.0' # Use jQuery for nicer JS and more browser compatability -gem 'jquery-rails', '~> 4.3.1' +gem 'jquery-rails', '~> 4.4.0' # Use nokogiri for schedule parsing (not used any more) gem 'nokogiri', '~> 1.10.4' diff --git a/Gemfile.lock b/Gemfile.lock index 59b93d0b..7ba3df46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,7 @@ GEM rack (>= 0.9.0) binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) - builder (3.2.3) + builder (3.2.4) capistrano (3.10.2) airbrussh (>= 1.0.0) i18n @@ -80,8 +80,8 @@ GEM sshkit (~> 1.2) choice (0.2.0) coderay (1.1.2) - concurrent-ruby (1.1.5) - crass (1.0.5) + concurrent-ruby (1.2.2) + crass (1.0.6) d3js-rails (3.1.6) railties (>= 3.0, < 5.0) daemons (1.3.1) @@ -122,20 +122,20 @@ GEM ruby_parser (~> 3.5) i18n (0.9.5) concurrent-ruby (~> 1.0) - jquery-rails (4.3.5) + jquery-rails (4.4.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (2.2.0) kgio (2.11.2) - loofah (2.3.1) + loofah (2.20.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.12.2) + minitest (5.15.0) multi_json (1.13.1) multipart-post (2.1.1) mysql2 (0.4.10) @@ -145,7 +145,7 @@ GEM nokogiri (1.10.4) mini_portile2 (~> 2.4.0) pr_geohash (1.0.0) - rack (1.6.12) + rack (1.6.13) rack-attack (6.6.1) rack (>= 1.0, < 3) rack-test (0.6.3) @@ -161,7 +161,7 @@ GEM bundler (>= 1.3.0, < 2.0) railties (= 4.2.11.1) sprockets-rails - rails-deprecated_sanitizer (1.0.3) + rails-deprecated_sanitizer (1.0.4) activesupport (>= 4.2.0.alpha) rails-dom-testing (1.0.9) activesupport (>= 4.2.0, < 5.0) @@ -172,8 +172,8 @@ GEM activesupport (>= 4.2) choice (~> 0.2.0) ruby-graphviz (~> 1.2) - rails-html-sanitizer (1.3.0) - loofah (~> 2.3) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) rails-observers (0.1.5) activemodel (>= 4.0) railties (4.2.11.1) @@ -268,10 +268,10 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - thor (0.20.3) + thor (1.2.1) thread_safe (0.3.6) tilt (2.0.10) - tzinfo (1.2.5) + tzinfo (1.2.11) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) @@ -306,7 +306,7 @@ DEPENDENCIES exception_notification (~> 4) figaro haml-rails (~> 1.0) - jquery-rails (~> 4.3.1) + jquery-rails (~> 4.4.0) mysql2 (~> 0.4.0) nokogiri (~> 1.10.4) rack-attack (~> 6.2, >= 6.2.2)