Skip to content

Commit 48a70a4

Browse files
chore(deps): bump the dependencies group across 1 directory with 2 updates
Bumps the dependencies group with 2 updates in the / directory: [faraday](https://github.com/lostisland/faraday) and [rubocop](https://github.com/rubocop/rubocop). Updates `faraday` from 2.14.3 to 2.14.4 - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](lostisland/faraday@v2.14.3...v2.14.4) Updates `rubocop` from 1.90.0 to 1.91.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.90.0...v1.91.0) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rubocop dependency-version: 1.91.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a3fe88 commit 48a70a4

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
source "https://rubygems.org"
22

3-
gem "faraday", "2.14.3"
3+
gem "faraday", "2.14.4"
44
gem "faraday-retry", "2.4.0"
55
gem "github-pages", "~> 232", group: :jekyll_plugins
66
gem "json", "2.21.2"
77
gem "language_server-protocol", "3.17.0.6"
88
gem "nokogiri", "~> 1.19.4"
99
gem "rake", "13.4.2"
10-
gem "rubocop", "1.90.0"
10+
gem "rubocop", "1.91.0"
1111

1212
group :test do
1313
gem "fastimage"

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GEM
4141
ffi (>= 1.15.0)
4242
eventmachine (1.2.7)
4343
execjs (2.10.0)
44-
faraday (2.14.3)
44+
faraday (2.14.4)
4545
faraday-net_http (>= 2.0, < 3.5)
4646
json
4747
logger
@@ -285,7 +285,7 @@ GEM
285285
octokit (4.25.1)
286286
faraday (>= 1, < 3)
287287
sawyer (~> 0.9)
288-
parallel (2.1.0)
288+
parallel (2.2.0)
289289
parser (3.3.12.0)
290290
ast (~> 2.4.1)
291291
racc
@@ -308,7 +308,7 @@ GEM
308308
io-console (~> 0.5)
309309
rexml (3.4.2)
310310
rouge (3.30.0)
311-
rubocop (1.90.0)
311+
rubocop (1.91.0)
312312
json (>= 2.3)
313313
language_server-protocol (~> 3.17.0.2)
314314
lint_roller (~> 1.1.0)
@@ -344,9 +344,9 @@ GEM
344344
ethon (>= 0.9.0)
345345
tzinfo (2.0.6)
346346
concurrent-ruby (~> 1.0)
347-
unicode-display_width (3.2.0)
348-
unicode-emoji (~> 4.1)
349-
unicode-emoji (4.2.0)
347+
unicode-display_width (3.3.0)
348+
unicode-emoji (~> 4.3)
349+
unicode-emoji (4.3.0)
350350
uri (1.1.1)
351351
webrick (1.9.2)
352352

@@ -367,7 +367,7 @@ PLATFORMS
367367
x86_64-linux-musl
368368

369369
DEPENDENCIES
370-
faraday (= 2.14.3)
370+
faraday (= 2.14.4)
371371
faraday-retry (= 2.4.0)
372372
fastimage
373373
github-pages (~> 232)
@@ -379,7 +379,7 @@ DEPENDENCIES
379379
octokit
380380
pry
381381
rake (= 13.4.2)
382-
rubocop (= 1.90.0)
382+
rubocop (= 1.91.0)
383383
rubocop-performance
384384
safe_yaml
385385
webrick

0 commit comments

Comments
 (0)