Skip to content

Commit 88db495

Browse files
chore(deps): bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [json](https://github.com/ruby/json) and [rubocop](https://github.com/rubocop/rubocop). Updates `json` from 2.19.5 to 2.19.7 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.19.5...v2.19.7) Updates `rubocop` from 1.86.2 to 1.87.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.86.2...v1.87.0) --- updated-dependencies: - dependency-name: json dependency-version: 2.19.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rubocop dependency-version: 1.87.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 54f3e2b commit 88db495

2 files changed

Lines changed: 6 additions & 6 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.2"
44
gem "faraday-retry", "2.4.0"
55
gem "github-pages", "~> 232", group: :jekyll_plugins
6-
gem "json", "2.19.5"
6+
gem "json", "2.19.7"
77
gem "language_server-protocol", "3.17.0.5"
88
gem "nokogiri", "~> 1.19.3"
99
gem "rake", "13.4.2"
10-
gem "rubocop", "1.86.2"
10+
gem "rubocop", "1.87.0"
1111

1212
group :test do
1313
gem "fastimage"

Gemfile.lock

Lines changed: 4 additions & 4 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.5)
239+
json (2.19.7)
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.86.2)
311+
rubocop (1.87.0)
312312
json (~> 2.3)
313313
language_server-protocol (~> 3.17.0.2)
314314
lint_roller (~> 1.1.0)
@@ -372,14 +372,14 @@ DEPENDENCIES
372372
fastimage
373373
github-pages (~> 232)
374374
httparty
375-
json (= 2.19.5)
375+
json (= 2.19.7)
376376
language_server-protocol (= 3.17.0.5)
377377
minitest
378378
nokogiri (~> 1.19.3)
379379
octokit
380380
pry
381381
rake (= 13.4.2)
382-
rubocop (= 1.86.2)
382+
rubocop (= 1.87.0)
383383
rubocop-performance
384384
safe_yaml
385385
webrick

0 commit comments

Comments
 (0)