From e52ee1aa58b26038d863cb73e86fdefe34970565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 15:28:06 +0000 Subject: [PATCH] Bump the bundler group across 1 directory with 3 updates Bumps the bundler group with 3 updates in the / directory: [nokogiri](https://github.com/sparklemotion/nokogiri), [activesupport](https://github.com/rails/rails) and [rack](https://github.com/rack/rack). Updates `nokogiri` from 1.13.4 to 1.15.6 - [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.4...v1.15.6) Updates `activesupport` from 6.1.4.1 to 6.1.7.7 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.4.1...v6.1.7.7) Updates `rack` from 2.2.3 to 2.2.9 - [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/2.2.3...v2.2.9) --- 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 ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 7604fd4..ccdd81c 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,6 @@ gem 'middleman-autoprefixer', '~> 3.0' gem 'middleman-sprockets', '~> 4.1' gem 'rouge', '~> 3.21' gem 'redcarpet', '~> 3.5.0' -gem 'nokogiri', '~> 1.13.3' +gem 'nokogiri', '~> 1.15.6' gem 'sass' gem 'webrick' diff --git a/Gemfile.lock b/Gemfile.lock index bd60f7f..5fe121e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.1.4.1) + activesupport (6.1.7.7) 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.1.9) + concurrent-ruby (1.2.3) contracts (0.13.0) dotenv (2.7.6) erubis (2.7.0) @@ -80,10 +80,10 @@ GEM middleman-syntax (3.2.0) middleman-core (>= 3.2) rouge (~> 3.2) - mini_portile2 (2.8.0) - minitest (5.14.4) - nokogiri (1.13.4) - mini_portile2 (~> 2.8.0) + mini_portile2 (2.8.6) + minitest (5.22.3) + nokogiri (1.15.6) + mini_portile2 (~> 2.8.2) racc (~> 1.4) padrino-helpers (0.15.1) i18n (>= 0.6.7, < 2) @@ -93,8 +93,8 @@ GEM parallel (1.21.0) parslet (2.0.0) public_suffix (4.0.6) - racc (1.6.0) - rack (2.2.3) + racc (1.7.3) + rack (2.2.9) rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) @@ -117,12 +117,12 @@ GEM tilt (2.0.10) toml (0.3.0) parslet (>= 1.8.0, < 3.0.0) - tzinfo (2.0.4) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) uglifier (3.2.0) execjs (>= 0.3.0, < 3) webrick (1.7.0) - zeitwerk (2.5.1) + zeitwerk (2.6.13) PLATFORMS ruby @@ -132,7 +132,7 @@ DEPENDENCIES middleman-autoprefixer (~> 3.0) middleman-sprockets (~> 4.1) middleman-syntax (~> 3.2) - nokogiri (~> 1.13.3) + nokogiri (~> 1.15.6) redcarpet (~> 3.5.0) rouge (~> 3.21) sass