From aa3eadad9e8fdc0e5a907bdc2a95911abe42ce77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 07:47:00 +0000 Subject: [PATCH] Bump backports from 3.24.1 to 3.25.0 Bumps [backports](https://github.com/marcandre/backports) from 3.24.1 to 3.25.0. - [Changelog](https://github.com/marcandre/backports/blob/master/CHANGELOG.md) - [Commits](https://github.com/marcandre/backports/compare/v3.24.1...v3.25.0) --- updated-dependencies: - dependency-name: backports dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1ffa6e6..3d9d93e 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" # gem 'jekyll', '~> 4.3.2' gem 'bundler', '~> 2.3.7' gem 'faraday-retry' -gem 'backports', '~> 3.24' +gem 'backports', '~> 3.25' gem 'kramdown' gem 'puma' diff --git a/Gemfile.lock b/Gemfile.lock index 4095412..749c6b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) - backports (3.24.1) + backports (3.25.0) colorator (1.1.0) concurrent-ruby (1.2.3) devlopr (0.4.5) @@ -143,7 +143,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - backports (~> 3.24) + backports (~> 3.25) bundler (~> 2.3.7) devlopr (~> 0.4.5) faraday-retry