From 679bbfea0d4d7909e2cef15422e64b271cecbf23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 01:28:55 +0000 Subject: [PATCH] Bump the bundler group across 1 directory with 10 updates Bumps the bundler group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [redcarpet](https://github.com/vmg/redcarpet) | `3.4.0` | `3.5.1` | | [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.6.8.1` | `1.16.5` | | [activesupport](https://github.com/rails/rails) | `5.0.1` | `5.0.7.2` | | [addressable](https://github.com/sporkmonger/addressable) | `2.5.0` | `2.8.6` | | [ffi](https://github.com/ffi/ffi) | `1.9.17` | `1.16.3` | | [haml](https://github.com/haml/haml) | `4.0.7` | `6.3.0` | | [kramdown](https://github.com/gettalong/kramdown) | `1.13.2` | `1.17.0` | | [rack](https://github.com/rack/rack) | `2.0.1` | `2.2.9` | | [sprockets](https://github.com/rails/sprockets) | `3.7.1` | `4.2.1` | Updates `redcarpet` from 3.4.0 to 3.5.1 - [Release notes](https://github.com/vmg/redcarpet/releases) - [Changelog](https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md) - [Commits](https://github.com/vmg/redcarpet/compare/v3.4.0...v3.5.1) Updates `nokogiri` from 1.6.8.1 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.6.8.1...v1.16.5) Updates `activesupport` from 5.0.1 to 5.0.7.2 - [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/v5.0.1...v5.0.7.2) Updates `addressable` from 2.5.0 to 2.8.6 - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.5.0...addressable-2.8.6) Updates `ffi` from 1.9.17 to 1.16.3 - [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md) - [Commits](https://github.com/ffi/ffi/compare/1.9.17...v1.16.3) Updates `haml` from 4.0.7 to 6.3.0 - [Release notes](https://github.com/haml/haml/releases) - [Changelog](https://github.com/haml/haml/blob/main/CHANGELOG.md) - [Commits](https://github.com/haml/haml/compare/4.0.7...v6.3.0) Updates `kramdown` from 1.13.2 to 1.17.0 - [Release notes](https://github.com/gettalong/kramdown/releases) - [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page) - [Commits](https://github.com/gettalong/kramdown/commits) Updates `rack` from 2.0.1 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.0.1...v2.2.9) Updates `sprockets` from 3.7.1 to 4.2.1 - [Release notes](https://github.com/rails/sprockets/releases) - [Changelog](https://github.com/rails/sprockets/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/sprockets/compare/v3.7.1...v4.2.1) Updates `tzinfo` from 1.2.2 to 1.2.11 - [Release notes](https://github.com/tzinfo/tzinfo/releases) - [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md) - [Commits](https://github.com/tzinfo/tzinfo/compare/v1.2.2...v1.2.11) --- updated-dependencies: - dependency-name: redcarpet dependency-type: direct:production dependency-group: bundler - dependency-name: nokogiri dependency-type: direct:production dependency-group: bundler - dependency-name: activesupport dependency-type: indirect dependency-group: bundler - dependency-name: addressable dependency-type: indirect dependency-group: bundler - dependency-name: ffi dependency-type: indirect dependency-group: bundler - dependency-name: haml dependency-type: indirect dependency-group: bundler - dependency-name: kramdown dependency-type: indirect dependency-group: bundler - dependency-name: rack dependency-type: indirect dependency-group: bundler - dependency-name: sprockets dependency-type: indirect dependency-group: bundler - dependency-name: tzinfo dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 49 +++++++++++++++++++++++++++---------------------- 2 files changed, 29 insertions(+), 24 deletions(-) diff --git a/Gemfile b/Gemfile index dae5e50f78c..85ad79a447a 100644 --- a/Gemfile +++ b/Gemfile @@ -7,5 +7,5 @@ gem 'middleman-syntax', '~> 3.0.0' gem 'middleman-autoprefixer', '~> 2.7.0' gem "middleman-sprockets", "~> 4.1.0" gem 'rouge', '~> 2.0.5' -gem 'redcarpet', '~> 3.4.0' -gem 'nokogiri', '~> 1.6.8' +gem 'redcarpet', '~> 3.5.1' +gem 'nokogiri', '~> 1.16.5' diff --git a/Gemfile.lock b/Gemfile.lock index 1fc04a98db8..4fe3b481aab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.0.1) + activesupport (5.0.7.2) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) + i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.5.0) - public_suffix (~> 2.0, >= 2.0.2) + addressable (2.8.6) + public_suffix (>= 2.0.2, < 6.0) autoprefixer-rails (6.6.1) execjs backports (3.6.8) @@ -17,7 +17,7 @@ GEM coffee-script-source (1.12.2) compass-import-once (1.0.5) sass (>= 3.2, < 3.5) - concurrent-ruby (1.0.4) + concurrent-ruby (1.2.3) contracts (0.13.0) dotenv (2.2.0) erubis (2.7.0) @@ -25,14 +25,16 @@ GEM fast_blank (1.0.0) fastimage (2.0.1) addressable (~> 2) - ffi (1.9.17) - haml (4.0.7) + ffi (1.16.3) + haml (6.3.0) + temple (>= 0.8.2) + thor tilt hamster (3.0.0) concurrent-ruby (~> 1.0) hashie (3.5.1) i18n (0.7.0) - kramdown (1.13.2) + kramdown (1.17.0) listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -79,10 +81,11 @@ GEM middleman-syntax (3.0.0) middleman-core (>= 3.2) rouge (~> 2.0) - mini_portile2 (2.1.0) - minitest (5.10.1) - nokogiri (1.6.8.1) - mini_portile2 (~> 2.1.0) + mini_portile2 (2.8.6) + minitest (5.22.3) + nokogiri (1.16.5) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) padrino-helpers (0.13.3.3) i18n (~> 0.6, >= 0.6.7) padrino-support (= 0.13.3.3) @@ -90,22 +93,24 @@ GEM padrino-support (0.13.3.3) activesupport (>= 3.1) parallel (1.10.0) - public_suffix (2.0.5) - rack (2.0.1) + public_suffix (5.0.5) + racc (1.7.3) + rack (2.2.9) rb-fsevent (0.9.8) rb-inotify (0.9.8) ffi (>= 0.5.0) - redcarpet (3.4.0) + redcarpet (3.5.1) rouge (2.0.7) sass (3.4.23) servolux (0.12.0) - sprockets (3.7.1) + sprockets (4.2.1) concurrent-ruby (~> 1.0) - rack (> 1, < 3) + rack (>= 2.2.4, < 4) + temple (0.10.3) thor (0.19.4) - thread_safe (0.3.5) - tilt (2.0.6) - tzinfo (1.2.2) + thread_safe (0.3.6) + tilt (2.3.0) + tzinfo (1.2.11) thread_safe (~> 0.1) uglifier (3.0.4) execjs (>= 0.3.0, < 3) @@ -118,8 +123,8 @@ DEPENDENCIES middleman-autoprefixer (~> 2.7.0) middleman-sprockets (~> 4.1.0) middleman-syntax (~> 3.0.0) - nokogiri (~> 1.6.8) - redcarpet (~> 3.4.0) + nokogiri (~> 1.16.5) + redcarpet (~> 3.5.1) rouge (~> 2.0.5) RUBY VERSION