Skip to content

Commit 17dee0d

Browse files
chore(deps): bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [faraday-retry](https://github.com/lostisland/faraday-retry) and [rubocop](https://github.com/rubocop/rubocop). Updates `faraday-retry` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/lostisland/faraday-retry/releases) - [Changelog](https://github.com/lostisland/faraday-retry/blob/main/CHANGELOG.md) - [Commits](lostisland/faraday-retry@v2.3.1...v2.3.2) Updates `rubocop` from 1.76.1 to 1.77.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.76.1...v1.77.0) --- updated-dependencies: - dependency-name: faraday-retry dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rubocop dependency-version: 1.77.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c6e9ea7 commit 17dee0d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "faraday-retry", "~> 2.3.1"
3+
gem "faraday-retry", "~> 2.3.2"
44
gem "github-pages", "~> 232", group: :jekyll_plugins
55
gem "nokogiri", "~> 1.18.8"
66

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ GEM
4141
ffi (>= 1.15.0)
4242
eventmachine (1.2.7)
4343
execjs (2.10.0)
44-
faraday (2.12.2)
44+
faraday (2.13.1)
4545
faraday-net_http (>= 2.0, < 3.5)
4646
json
4747
logger
48-
faraday-net_http (3.4.0)
48+
faraday-net_http (3.4.1)
4949
net-http (>= 0.5.0)
50-
faraday-retry (2.3.1)
50+
faraday-retry (2.3.2)
5151
faraday (~> 2.0)
5252
fastimage (2.4.0)
5353
ffi (1.17.1)
@@ -302,15 +302,15 @@ GEM
302302
regexp_parser (2.10.0)
303303
rexml (3.4.0)
304304
rouge (3.30.0)
305-
rubocop (1.76.1)
305+
rubocop (1.77.0)
306306
json (~> 2.3)
307307
language_server-protocol (~> 3.17.0.2)
308308
lint_roller (~> 1.1.0)
309309
parallel (~> 1.10)
310310
parser (>= 3.3.0.2)
311311
rainbow (>= 2.2.2, < 4.0)
312312
regexp_parser (>= 2.9.3, < 3.0)
313-
rubocop-ast (>= 1.45.0, < 2.0)
313+
rubocop-ast (>= 1.45.1, < 2.0)
314314
ruby-progressbar (~> 1.7)
315315
unicode-display_width (>= 2.4.0, < 4.0)
316316
rubocop-ast (1.45.1)
@@ -361,7 +361,7 @@ PLATFORMS
361361
x86_64-linux-musl
362362

363363
DEPENDENCIES
364-
faraday-retry (~> 2.3.1)
364+
faraday-retry (~> 2.3.2)
365365
fastimage
366366
github-pages (~> 232)
367367
httparty

0 commit comments

Comments
 (0)