Skip to content

Commit fd54d74

Browse files
bundle(deps-dev): bump the ruby-deps group with 2 updates (#622)
Bumps the ruby-deps group with 2 updates: [bigdecimal](https://github.com/ruby/bigdecimal) and [nokogiri](https://github.com/sparklemotion/nokogiri). Updates `bigdecimal` from 3.1.8 to 3.1.9 - [Release notes](https://github.com/ruby/bigdecimal/releases) - [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md) - [Commits](ruby/bigdecimal@v3.1.8...v3.1.9) Updates `nokogiri` from 1.17.2 to 1.18.1 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.17.2...v1.18.1) --- updated-dependencies: - dependency-name: bigdecimal dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: nokogiri dependency-type: indirect update-type: version-update:semver-minor 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 c077d7c commit fd54d74

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

Gemfile.lock

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GEM
1818
public_suffix (>= 2.0.2, < 7.0)
1919
base64 (0.2.0)
2020
benchmark (0.4.0)
21-
bigdecimal (3.1.8)
21+
bigdecimal (3.1.9)
2222
coffee-script (2.4.1)
2323
coffee-script-source
2424
execjs
@@ -236,24 +236,32 @@ GEM
236236
rb-inotify (~> 0.9, >= 0.9.10)
237237
logger (1.6.4)
238238
mercenary (0.3.6)
239+
mini_portile2 (2.8.8)
239240
minima (2.5.1)
240241
jekyll (>= 3.5, < 5.0)
241242
jekyll-feed (~> 0.9)
242243
jekyll-seo-tag (~> 2.1)
243244
minitest (5.25.4)
244245
net-http (0.6.0)
245246
uri
246-
nokogiri (1.17.2-aarch64-linux)
247+
nokogiri (1.18.1)
248+
mini_portile2 (~> 2.8.2)
247249
racc (~> 1.4)
248-
nokogiri (1.17.2-arm-linux)
250+
nokogiri (1.18.1-aarch64-linux-gnu)
249251
racc (~> 1.4)
250-
nokogiri (1.17.2-arm64-darwin)
252+
nokogiri (1.18.1-aarch64-linux-musl)
251253
racc (~> 1.4)
252-
nokogiri (1.17.2-x86-linux)
254+
nokogiri (1.18.1-arm-linux-gnu)
253255
racc (~> 1.4)
254-
nokogiri (1.17.2-x86_64-darwin)
256+
nokogiri (1.18.1-arm-linux-musl)
255257
racc (~> 1.4)
256-
nokogiri (1.17.2-x86_64-linux)
258+
nokogiri (1.18.1-arm64-darwin)
259+
racc (~> 1.4)
260+
nokogiri (1.18.1-x86_64-darwin)
261+
racc (~> 1.4)
262+
nokogiri (1.18.1-x86_64-linux-gnu)
263+
racc (~> 1.4)
264+
nokogiri (1.18.1-x86_64-linux-musl)
257265
racc (~> 1.4)
258266
octokit (4.25.1)
259267
faraday (>= 1, < 3)

0 commit comments

Comments
 (0)