From dd213b41e11195559a1a452d59a7f6e7da4189b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 23:49:57 +0000 Subject: [PATCH] Bump the bundler group in /api_docs with 4 updates Bumps the bundler group in /api_docs with 4 updates: [nokogiri](https://github.com/sparklemotion/nokogiri), [activesupport](https://github.com/rails/rails), [rack](https://github.com/rack/rack) and [rexml](https://github.com/ruby/rexml). Updates `nokogiri` from 1.13.10 to 1.16.5 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.10...v1.16.5) Updates `activesupport` from 6.1.7.2 to 6.1.7.5 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3.4/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.7.2...v6.1.7.5) Updates `rack` from 2.2.6.2 to 2.2.8.1 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v2.2.6.2...v2.2.8.1) Updates `rexml` from 3.2.5 to 3.3.3 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.2.5...v3.3.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production dependency-group: bundler - dependency-name: activesupport dependency-type: indirect dependency-group: bundler - dependency-name: rack dependency-type: indirect dependency-group: bundler - dependency-name: rexml dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- api_docs/Gemfile | 2 +- api_docs/Gemfile.lock | 24 +++++++++++++----------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/api_docs/Gemfile b/api_docs/Gemfile index 52e6bcb9507..b4444c42725 100644 --- a/api_docs/Gemfile +++ b/api_docs/Gemfile @@ -8,7 +8,7 @@ gem 'middleman-autoprefixer', '~> 3.0' gem 'middleman-sprockets', '~> 4.1' gem 'rouge', '~> 3.21' gem 'redcarpet', '~> 3.5.0' -gem 'nokogiri', '~> 1.13.10' +gem 'nokogiri', '~> 1.16.5' gem 'sass' gem 'webrick' gem 'rails-html-sanitizer' \ No newline at end of file diff --git a/api_docs/Gemfile.lock b/api_docs/Gemfile.lock index 595480594f6..fa93d14549e 100644 --- a/api_docs/Gemfile.lock +++ b/api_docs/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7.2) + activesupport (6.1.7.5) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -16,7 +16,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.2.2) + concurrent-ruby (1.3.3) contracts (0.13.0) crass (1.0.6) dotenv (2.7.6) @@ -84,10 +84,10 @@ GEM middleman-syntax (3.2.0) middleman-core (>= 3.2) rouge (~> 3.2) - mini_portile2 (2.8.1) - minitest (5.14.4) - nokogiri (1.13.10) - mini_portile2 (~> 2.8.0) + mini_portile2 (2.8.7) + minitest (5.24.1) + nokogiri (1.16.5) + mini_portile2 (~> 2.8.2) racc (~> 1.4) padrino-helpers (0.15.1) i18n (>= 0.6.7, < 2) @@ -97,15 +97,16 @@ GEM parallel (1.21.0) parslet (2.0.0) public_suffix (4.0.6) - racc (1.6.2) - rack (2.2.6.2) + racc (1.8.1) + rack (2.2.8.1) rails-html-sanitizer (1.5.0) loofah (~> 2.19, >= 2.19.1) rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) redcarpet (3.5.1) - rexml (3.2.5) + rexml (3.3.3) + strscan rouge (3.26.1) sass (3.7.4) sass-listen (~> 4.0.0) @@ -118,6 +119,7 @@ GEM sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) + strscan (3.1.0) temple (0.8.2) thor (1.1.0) tilt (2.0.10) @@ -128,7 +130,7 @@ GEM uglifier (3.2.0) execjs (>= 0.3.0, < 3) webrick (1.7.0) - zeitwerk (2.6.7) + zeitwerk (2.6.17) PLATFORMS ruby @@ -138,7 +140,7 @@ DEPENDENCIES middleman-autoprefixer (~> 3.0) middleman-sprockets (~> 4.1) middleman-syntax (~> 3.2) - nokogiri (~> 1.13.10) + nokogiri (~> 1.16.5) rails-html-sanitizer redcarpet (~> 3.5.0) rouge (~> 3.21)