Skip to content

Commit 560be27

Browse files
chore(deps): bump the dependencies group across 1 directory with 2 updates
Bumps the dependencies group with 2 updates in the / directory: [json](https://github.com/ruby/json) and [rubocop](https://github.com/rubocop/rubocop). Updates `json` from 2.19.9 to 2.20.0 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.19.9...v2.20.0) Updates `rubocop` from 1.88.0 to 1.88.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.88.0...v1.88.1) --- updated-dependencies: - dependency-name: json dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rubocop dependency-version: 1.88.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 152af89 commit 560be27

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ source "https://rubygems.org"
33
gem "faraday", "2.14.3"
44
gem "faraday-retry", "2.4.0"
55
gem "github-pages", "~> 232", group: :jekyll_plugins
6-
gem "json", "2.19.9"
6+
gem "json", "2.20.0"
77
gem "language_server-protocol", "3.17.0.5"
88
gem "nokogiri", "~> 1.19.4"
99
gem "rake", "13.4.2"
10-
gem "rubocop", "1.88.0"
10+
gem "rubocop", "1.88.1"
1111

1212
group :test do
1313
gem "fastimage"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ GEM
236236
gemoji (>= 3, < 5)
237237
html-pipeline (~> 2.2)
238238
jekyll (>= 3.0, < 5.0)
239-
json (2.19.9)
239+
json (2.20.0)
240240
kramdown (2.4.0)
241241
rexml
242242
kramdown-parser-gfm (1.1.0)
@@ -308,7 +308,7 @@ GEM
308308
io-console (~> 0.5)
309309
rexml (3.4.2)
310310
rouge (3.30.0)
311-
rubocop (1.88.0)
311+
rubocop (1.88.1)
312312
json (~> 2.3)
313313
language_server-protocol (~> 3.17.0.2)
314314
lint_roller (~> 1.1.0)
@@ -319,7 +319,7 @@ GEM
319319
rubocop-ast (>= 1.49.0, < 2.0)
320320
ruby-progressbar (~> 1.7)
321321
unicode-display_width (>= 2.4.0, < 4.0)
322-
rubocop-ast (1.49.1)
322+
rubocop-ast (1.50.0)
323323
parser (>= 3.3.7.2)
324324
prism (~> 1.7)
325325
rubocop-performance (1.26.1)
@@ -372,14 +372,14 @@ DEPENDENCIES
372372
fastimage
373373
github-pages (~> 232)
374374
httparty
375-
json (= 2.19.9)
375+
json (= 2.20.0)
376376
language_server-protocol (= 3.17.0.5)
377377
minitest
378378
nokogiri (~> 1.19.4)
379379
octokit
380380
pry
381381
rake (= 13.4.2)
382-
rubocop (= 1.88.0)
382+
rubocop (= 1.88.1)
383383
rubocop-performance
384384
safe_yaml
385385
webrick

0 commit comments

Comments
 (0)