Skip to content

Commit f26ede0

Browse files
dependabot[bot]rjrudin
authored andcommitted
MLE-26598 Ruby docs updates
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.9 to 1.19.1. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.9...v1.19.1) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 923abaa commit f26ede0

3 files changed

Lines changed: 16 additions & 8 deletions

File tree

.copyrightconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ startyear: 2023
1010
# - Use sparingly (third_party, generated, binary assets)
1111
# - Dotfiles already skipped automatically
1212
# Enable by removing the leading '# ' from the next line and editing values.
13-
filesexcluded: .github/*, README.md, Jenkinsfile, gradle/*, docker-compose.yml, *.gradle, gradle.properties, gradlew, gradlew.bat, CODEOWNERS, *.lock, *.toml, *.md
13+
filesexcluded: .github/*, *.md, Jenkinsfile, gradle/*, *.yml, *.gradle, *.properties, gradlew, gradlew.bat, CODEOWNERS, *.lock, *.toml, *.md, *version

docs/.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.3.4

docs/Gemfile.lock

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ GEM
2424
ffi (>= 1.15.0)
2525
eventmachine (1.2.7)
2626
execjs (2.8.1)
27-
faraday (2.7.4)
28-
faraday-net_http (>= 2.0, < 3.1)
29-
ruby2_keywords (>= 0.0.4)
30-
faraday-net_http (3.0.2)
27+
faraday (2.14.1)
28+
faraday-net_http (>= 2.0, < 3.5)
29+
json
30+
logger
31+
faraday-net_http (3.4.2)
32+
net-http (~> 0.5)
3133
ffi (1.15.5)
3234
forwardable-extended (2.6.0)
3335
gemoji (3.0.1)
@@ -196,6 +198,7 @@ GEM
196198
gemoji (~> 3.0)
197199
html-pipeline (~> 2.2)
198200
jekyll (>= 3.0, < 5.0)
201+
json (2.18.1)
199202
kramdown (2.3.2)
200203
rexml
201204
kramdown-parser-gfm (1.1.0)
@@ -204,15 +207,18 @@ GEM
204207
listen (3.8.0)
205208
rb-fsevent (~> 0.10, >= 0.10.3)
206209
rb-inotify (~> 0.9, >= 0.9.10)
210+
logger (1.7.0)
207211
mercenary (0.3.6)
208212
minima (2.5.1)
209213
jekyll (>= 3.5, < 5.0)
210214
jekyll-feed (~> 0.9)
211215
jekyll-seo-tag (~> 2.1)
212216
minitest (5.25.1)
213-
nokogiri (1.18.9-arm64-darwin)
217+
net-http (0.9.1)
218+
uri (>= 0.11.1)
219+
nokogiri (1.19.1-arm64-darwin)
214220
racc (~> 1.4)
215-
nokogiri (1.18.9-x86_64-linux-gnu)
221+
nokogiri (1.19.1-x86_64-linux-gnu)
216222
racc (~> 1.4)
217223
octokit (4.25.1)
218224
faraday (>= 1, < 3)
@@ -226,7 +232,6 @@ GEM
226232
ffi (~> 1.0)
227233
rexml (3.4.2)
228234
rouge (3.26.0)
229-
ruby2_keywords (0.0.5)
230235
rubyzip (2.3.2)
231236
safe_yaml (1.0.5)
232237
sass (3.7.4)
@@ -249,11 +254,13 @@ GEM
249254
unf_ext
250255
unf_ext (0.0.8.2)
251256
unicode-display_width (1.8.0)
257+
uri (1.1.1)
252258
webrick (1.8.2)
253259

254260
PLATFORMS
255261
arm64-darwin-21
256262
arm64-darwin-23
263+
arm64-darwin-25
257264
x86_64-linux
258265

259266
DEPENDENCIES

0 commit comments

Comments
 (0)