Skip to content

Commit 8437e09

Browse files
Bump backports from 3.25.0 to 3.25.1
Bumps [backports](https://github.com/marcandre/backports) from 3.25.0 to 3.25.1. - [Changelog](https://github.com/marcandre/backports/blob/master/CHANGELOG.md) - [Commits](marcandre/backports@v3.25.0...v3.25.1) --- updated-dependencies: - dependency-name: backports dependency-version: 3.25.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7823dc commit 8437e09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
gem 'jekyll', '~> 4.3.3'
44
gem 'bundler', '~> 2.5.15'
55
gem 'faraday-retry'
6-
gem 'backports', '~> 3.25.0'
6+
gem 'backports', '~> 3.25.1'
77
gem 'kramdown'
88
gem 'puma'
99
gem 'csv'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6-
backports (3.25.0)
6+
backports (3.25.1)
77
base64 (0.2.0)
88
bigdecimal (3.1.8)
99
colorator (1.1.0)
@@ -125,7 +125,7 @@ PLATFORMS
125125
x86_64-linux-musl
126126

127127
DEPENDENCIES
128-
backports (~> 3.25.0)
128+
backports (~> 3.25.1)
129129
base64
130130
bundler (~> 2.5.15)
131131
csv

0 commit comments

Comments
 (0)