Skip to content

Commit 99c38ea

Browse files
chore(deps): bump the dependencies group across 1 directory with 3 updates
Bumps the dependencies group with 3 updates in the / directory: [faraday](https://github.com/lostisland/faraday), [json](https://github.com/ruby/json) and [rubocop](https://github.com/rubocop/rubocop). Updates `faraday` from 2.14.0 to 2.14.1 - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](lostisland/faraday@v2.14.0...v2.14.1) Updates `json` from 2.18.0 to 2.18.1 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.18.0...v2.18.1) Updates `rubocop` from 1.82.1 to 1.84.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.82.1...v1.84.1) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: json dependency-version: 2.18.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rubocop dependency-version: 1.84.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f7e0f9 commit 99c38ea

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Gemfile

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

3-
gem "faraday", "2.14.0"
3+
gem "faraday", "2.14.1"
44
gem "faraday-retry", "2.4.0"
55
gem "github-pages", "~> 232", group: :jekyll_plugins
6-
gem "json", "2.18.0"
6+
gem "json", "2.18.1"
77
gem "language_server-protocol", "3.17.0.5"
88
gem "nokogiri", "~> 1.19.0"
99
gem "rake", "13.3.1"
10-
gem "rubocop", "1.82.1"
10+
gem "rubocop", "1.84.1"
1111

1212
group :test do
1313
gem "fastimage"

Gemfile.lock

Lines changed: 9 additions & 9 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.0)
44+
faraday (2.14.1)
4545
faraday-net_http (>= 2.0, < 3.5)
4646
json
4747
logger
@@ -236,7 +236,7 @@ GEM
236236
gemoji (>= 3, < 5)
237237
html-pipeline (~> 2.2)
238238
jekyll (>= 3.0, < 5.0)
239-
json (2.18.0)
239+
json (2.18.1)
240240
kramdown (2.4.0)
241241
rexml
242242
kramdown-parser-gfm (1.1.0)
@@ -285,12 +285,12 @@ GEM
285285
faraday (>= 1, < 3)
286286
sawyer (~> 0.9)
287287
parallel (1.27.0)
288-
parser (3.3.10.0)
288+
parser (3.3.10.1)
289289
ast (~> 2.4.1)
290290
racc
291291
pathutil (0.16.2)
292292
forwardable-extended (~> 2.6)
293-
prism (1.7.0)
293+
prism (1.9.0)
294294
pry (0.16.0)
295295
coderay (~> 1.1)
296296
method_source (~> 1.0)
@@ -307,15 +307,15 @@ GEM
307307
io-console (~> 0.5)
308308
rexml (3.4.2)
309309
rouge (3.30.0)
310-
rubocop (1.82.1)
310+
rubocop (1.84.1)
311311
json (~> 2.3)
312312
language_server-protocol (~> 3.17.0.2)
313313
lint_roller (~> 1.1.0)
314314
parallel (~> 1.10)
315315
parser (>= 3.3.0.2)
316316
rainbow (>= 2.2.2, < 4.0)
317317
regexp_parser (>= 2.9.3, < 3.0)
318-
rubocop-ast (>= 1.48.0, < 2.0)
318+
rubocop-ast (>= 1.49.0, < 2.0)
319319
ruby-progressbar (~> 1.7)
320320
unicode-display_width (>= 2.4.0, < 4.0)
321321
rubocop-ast (1.49.0)
@@ -366,19 +366,19 @@ PLATFORMS
366366
x86_64-linux-musl
367367

368368
DEPENDENCIES
369-
faraday (= 2.14.0)
369+
faraday (= 2.14.1)
370370
faraday-retry (= 2.4.0)
371371
fastimage
372372
github-pages (~> 232)
373373
httparty
374-
json (= 2.18.0)
374+
json (= 2.18.1)
375375
language_server-protocol (= 3.17.0.5)
376376
minitest
377377
nokogiri (~> 1.19.0)
378378
octokit
379379
pry
380380
rake (= 13.3.1)
381-
rubocop (= 1.82.1)
381+
rubocop (= 1.84.1)
382382
rubocop-performance
383383
safe_yaml
384384
webrick

0 commit comments

Comments
 (0)