Skip to content

Commit da4a251

Browse files
bundle(deps): bump the ruby-deps group across 1 directory with 6 updates (#649)
Bumps the ruby-deps group with 4 updates in the / directory: [activesupport](https://github.com/rails/rails), [dnsruby](https://github.com/alexdalitz/dnsruby), [json](https://github.com/ruby/json) and [nokogiri](https://github.com/sparklemotion/nokogiri). Updates `activesupport` from 8.0.1 to 8.0.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.2/activesupport/CHANGELOG.md) - [Commits](rails/rails@v8.0.1...v8.0.2) Updates `dnsruby` from 1.72.3 to 1.72.4 - [Changelog](https://github.com/alexdalitz/dnsruby/blob/master/RELEASE_NOTES.md) - [Commits](alexdalitz/dnsruby@v1.72.3...v1.72.4) Updates `json` from 2.10.1 to 2.10.2 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.10.1...v2.10.2) Updates `minitest` from 5.25.4 to 5.25.5 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.25.4...v5.25.5) Updates `nokogiri` from 1.18.3 to 1.18.4 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.18.4/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.3...v1.18.4) Updates `uri` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/ruby/uri/releases) - [Commits](ruby/uri@v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: dnsruby dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: json dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: minitest dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: nokogiri dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: uri dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b54edc2 commit da4a251

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

Gemfile.lock

+15-14
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.0.1)
4+
activesupport (8.0.2)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -28,8 +28,9 @@ GEM
2828
concurrent-ruby (1.3.5)
2929
connection_pool (2.5.0)
3030
csv (3.3.2)
31-
dnsruby (1.72.3)
31+
dnsruby (1.72.4)
3232
base64 (~> 0.2.0)
33+
logger (~> 1.6.5)
3334
simpleidn (~> 0.2.1)
3435
drb (2.2.1)
3536
em-websocket (0.5.3)
@@ -225,7 +226,7 @@ GEM
225226
gemoji (>= 3, < 5)
226227
html-pipeline (~> 2.2)
227228
jekyll (>= 3.0, < 5.0)
228-
json (2.10.1)
229+
json (2.10.2)
229230
kramdown (2.4.0)
230231
rexml
231232
kramdown-parser-gfm (1.1.0)
@@ -241,27 +242,27 @@ GEM
241242
jekyll (>= 3.5, < 5.0)
242243
jekyll-feed (~> 0.9)
243244
jekyll-seo-tag (~> 2.1)
244-
minitest (5.25.4)
245+
minitest (5.25.5)
245246
net-http (0.6.0)
246247
uri
247-
nokogiri (1.18.3)
248+
nokogiri (1.18.4)
248249
mini_portile2 (~> 2.8.2)
249250
racc (~> 1.4)
250-
nokogiri (1.18.3-aarch64-linux-gnu)
251+
nokogiri (1.18.4-aarch64-linux-gnu)
251252
racc (~> 1.4)
252-
nokogiri (1.18.3-aarch64-linux-musl)
253+
nokogiri (1.18.4-aarch64-linux-musl)
253254
racc (~> 1.4)
254-
nokogiri (1.18.3-arm-linux-gnu)
255+
nokogiri (1.18.4-arm-linux-gnu)
255256
racc (~> 1.4)
256-
nokogiri (1.18.3-arm-linux-musl)
257+
nokogiri (1.18.4-arm-linux-musl)
257258
racc (~> 1.4)
258-
nokogiri (1.18.3-arm64-darwin)
259+
nokogiri (1.18.4-arm64-darwin)
259260
racc (~> 1.4)
260-
nokogiri (1.18.3-x86_64-darwin)
261+
nokogiri (1.18.4-x86_64-darwin)
261262
racc (~> 1.4)
262-
nokogiri (1.18.3-x86_64-linux-gnu)
263+
nokogiri (1.18.4-x86_64-linux-gnu)
263264
racc (~> 1.4)
264-
nokogiri (1.18.3-x86_64-linux-musl)
265+
nokogiri (1.18.4-x86_64-linux-musl)
265266
racc (~> 1.4)
266267
octokit (4.25.1)
267268
faraday (>= 1, < 3)
@@ -294,7 +295,7 @@ GEM
294295
tzinfo (2.0.6)
295296
concurrent-ruby (~> 1.0)
296297
unicode-display_width (1.8.0)
297-
uri (1.0.2)
298+
uri (1.0.3)
298299
webrick (1.9.1)
299300

300301
PLATFORMS

0 commit comments

Comments
 (0)