Skip to content

Commit d334a2b

Browse files
chore(deps): bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [json](https://github.com/ruby/json), [httparty](https://github.com/jnunemaker/httparty) and [minitest](https://github.com/minitest/minitest). Updates `json` from 2.15.0 to 2.15.1 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.15.0...v2.15.1) Updates `httparty` from 0.23.1 to 0.23.2 - [Release notes](https://github.com/jnunemaker/httparty/releases) - [Changelog](https://github.com/jnunemaker/httparty/blob/main/Changelog.md) - [Commits](jnunemaker/httparty@v0.23.1...v0.23.2) Updates `minitest` from 5.25.5 to 5.26.0 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.25.5...v5.26.0) --- updated-dependencies: - dependency-name: json dependency-version: 2.15.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: httparty dependency-version: 0.23.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: minitest dependency-version: 5.26.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 062bf37 commit d334a2b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
gem "faraday", "2.14.0"
44
gem "faraday-retry", "2.3.2"
55
gem "github-pages", "~> 232", group: :jekyll_plugins
6-
gem "json", "2.15.0"
6+
gem "json", "2.15.1"
77
gem "language_server-protocol", "3.17.0.5"
88
gem "nokogiri", "~> 1.18.10"
99
gem "rake", "13.3.0"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GEM
1919
ast (2.4.3)
2020
base64 (0.2.0)
2121
benchmark (0.4.1)
22-
bigdecimal (3.2.2)
22+
bigdecimal (3.3.1)
2323
coderay (1.1.3)
2424
coffee-script (2.4.1)
2525
coffee-script-source
@@ -119,7 +119,7 @@ GEM
119119
activesupport (>= 2)
120120
nokogiri (>= 1.4)
121121
http_parser.rb (0.8.0)
122-
httparty (0.23.1)
122+
httparty (0.23.2)
123123
csv
124124
mini_mime (>= 1.0.0)
125125
multi_xml (>= 0.5.2)
@@ -235,7 +235,7 @@ GEM
235235
gemoji (>= 3, < 5)
236236
html-pipeline (~> 2.2)
237237
jekyll (>= 3.0, < 5.0)
238-
json (2.15.0)
238+
json (2.15.1)
239239
kramdown (2.4.0)
240240
rexml
241241
kramdown-parser-gfm (1.1.0)
@@ -255,7 +255,7 @@ GEM
255255
jekyll (>= 3.5, < 5.0)
256256
jekyll-feed (~> 0.9)
257257
jekyll-seo-tag (~> 2.1)
258-
minitest (5.25.5)
258+
minitest (5.26.0)
259259
multi_xml (0.7.2)
260260
bigdecimal (~> 3.1)
261261
net-http (0.6.0)
@@ -366,7 +366,7 @@ DEPENDENCIES
366366
fastimage
367367
github-pages (~> 232)
368368
httparty
369-
json (= 2.15.0)
369+
json (= 2.15.1)
370370
language_server-protocol (= 3.17.0.5)
371371
minitest
372372
nokogiri (~> 1.18.10)

0 commit comments

Comments
 (0)