Skip to content

Commit 3131bdf

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.20.0 to 2.21.1 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.20.0...v2.21.1) Updates `rubocop` from 1.88.1 to 1.88.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.88.1...v1.88.2) --- updated-dependencies: - dependency-name: json dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rubocop dependency-version: 1.88.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fe7b3c7 commit 3131bdf

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.3"
44
gem "faraday-retry", "2.4.0"
55
gem "github-pages", "~> 232", group: :jekyll_plugins
6-
gem "json", "2.20.0"
6+
gem "json", "2.21.1"
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.1"
10+
gem "rubocop", "1.88.2"
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.20.0)
239+
json (2.21.1)
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.1)
311+
rubocop (1.88.2)
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.20.0)
375+
json (= 2.21.1)
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.1)
382+
rubocop (= 1.88.2)
383383
rubocop-performance
384384
safe_yaml
385385
webrick

0 commit comments

Comments
 (0)