Skip to content

Commit 4d0573a

Browse files
chore(deps): bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [faraday](https://github.com/lostisland/faraday), [json](https://github.com/ruby/json) and [rubocop](https://github.com/rubocop/rubocop). Updates `faraday` from 2.13.4 to 2.14.0 - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](lostisland/faraday@v2.13.4...v2.14.0) Updates `json` from 2.14.1 to 2.15.0 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.14.1...v2.15.0) Updates `rubocop` from 1.80.2 to 1.81.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.80.2...v1.81.1) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: json dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rubocop dependency-version: 1.81.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c893fa5 commit 4d0573a

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
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.13.4"
3+
gem "faraday", "2.14.0"
44
gem "faraday-retry", "2.3.2"
55
gem "github-pages", "~> 232", group: :jekyll_plugins
6-
gem "json", "2.14.1"
6+
gem "json", "2.15.0"
77
gem "language_server-protocol", "3.17.0.5"
88
gem "nokogiri", "~> 1.18.10"
99
gem "rake", "13.3.0"
10-
gem "rubocop", "1.80.2"
10+
gem "rubocop", "1.81.1"
1111

1212
group :test do
1313
gem "fastimage"

Gemfile.lock

Lines changed: 13 additions & 13 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.13.4)
44+
faraday (2.14.0)
4545
faraday-net_http (>= 2.0, < 3.5)
4646
json
4747
logger
@@ -235,7 +235,7 @@ GEM
235235
gemoji (>= 3, < 5)
236236
html-pipeline (~> 2.2)
237237
jekyll (>= 3.0, < 5.0)
238-
json (2.14.1)
238+
json (2.15.0)
239239
kramdown (2.4.0)
240240
rexml
241241
kramdown-parser-gfm (1.1.0)
@@ -288,7 +288,7 @@ GEM
288288
racc
289289
pathutil (0.16.2)
290290
forwardable-extended (~> 2.6)
291-
prism (1.4.0)
291+
prism (1.5.1)
292292
pry (0.15.2)
293293
coderay (~> 1.1)
294294
method_source (~> 1.0)
@@ -299,21 +299,21 @@ GEM
299299
rb-fsevent (0.11.2)
300300
rb-inotify (0.11.1)
301301
ffi (~> 1.0)
302-
regexp_parser (2.11.2)
302+
regexp_parser (2.11.3)
303303
rexml (3.4.2)
304304
rouge (3.30.0)
305-
rubocop (1.80.2)
305+
rubocop (1.81.1)
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.46.0, < 2.0)
313+
rubocop-ast (>= 1.47.1, < 2.0)
314314
ruby-progressbar (~> 1.7)
315315
unicode-display_width (>= 2.4.0, < 4.0)
316-
rubocop-ast (1.46.0)
316+
rubocop-ast (1.47.1)
317317
parser (>= 3.3.7.2)
318318
prism (~> 1.4)
319319
rubocop-performance (1.26.0)
@@ -338,9 +338,9 @@ GEM
338338
ethon (>= 0.9.0)
339339
tzinfo (2.0.6)
340340
concurrent-ruby (~> 1.0)
341-
unicode-display_width (3.1.5)
342-
unicode-emoji (~> 4.0, >= 4.0.4)
343-
unicode-emoji (4.0.4)
341+
unicode-display_width (3.2.0)
342+
unicode-emoji (~> 4.1)
343+
unicode-emoji (4.1.0)
344344
uri (1.0.3)
345345
webrick (1.9.1)
346346

@@ -361,19 +361,19 @@ PLATFORMS
361361
x86_64-linux-musl
362362

363363
DEPENDENCIES
364-
faraday (= 2.13.4)
364+
faraday (= 2.14.0)
365365
faraday-retry (= 2.3.2)
366366
fastimage
367367
github-pages (~> 232)
368368
httparty
369-
json (= 2.14.1)
369+
json (= 2.15.0)
370370
language_server-protocol (= 3.17.0.5)
371371
minitest
372372
nokogiri (~> 1.18.10)
373373
octokit
374374
pry
375375
rake (= 13.3.0)
376-
rubocop (= 1.80.2)
376+
rubocop (= 1.81.1)
377377
rubocop-performance
378378
safe_yaml
379379
webrick

0 commit comments

Comments
 (0)