Skip to content

Commit c0ec231

Browse files
authored
chore(deps): lock file maintenance (#3106)
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/google/osv.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
1 parent 9f43350 commit c0ec231

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/Gemfile.lock

Lines changed: 15 additions & 15 deletions
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.0)
4+
activesupport (8.0.1)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -18,16 +18,16 @@ 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
2525
coffee-script-source (1.12.2)
2626
colorator (1.1.0)
2727
commonmarker (0.23.11)
28-
concurrent-ruby (1.3.4)
29-
connection_pool (2.4.1)
30-
csv (3.3.0)
28+
concurrent-ruby (1.3.5)
29+
connection_pool (2.5.0)
30+
csv (3.3.2)
3131
dnsruby (1.72.3)
3232
base64 (~> 0.2.0)
3333
simpleidn (~> 0.2.1)
@@ -39,13 +39,13 @@ GEM
3939
ffi (>= 1.15.0)
4040
eventmachine (1.2.7)
4141
execjs (2.10.0)
42-
faraday (2.12.1)
42+
faraday (2.12.2)
4343
faraday-net_http (>= 2.0, < 3.5)
4444
json
4545
logger
4646
faraday-net_http (3.4.0)
4747
net-http (>= 0.5.0)
48-
ffi (1.17.0-x86_64-linux-gnu)
48+
ffi (1.17.1-x86_64-linux-gnu)
4949
forwardable-extended (2.6.0)
5050
gemoji (4.1.0)
5151
github-pages (232)
@@ -104,7 +104,7 @@ GEM
104104
activesupport (>= 2)
105105
nokogiri (>= 1.4)
106106
http_parser.rb (0.8.0)
107-
i18n (1.14.6)
107+
i18n (1.14.7)
108108
concurrent-ruby (~> 1.0)
109109
jekyll (3.10.0)
110110
addressable (~> 2.4)
@@ -216,7 +216,7 @@ GEM
216216
gemoji (>= 3, < 5)
217217
html-pipeline (~> 2.2)
218218
jekyll (>= 3.0, < 5.0)
219-
json (2.9.0)
219+
json (2.9.1)
220220
kramdown (2.4.0)
221221
rexml
222222
kramdown-parser-gfm (1.1.0)
@@ -225,16 +225,16 @@ GEM
225225
listen (3.9.0)
226226
rb-fsevent (~> 0.10, >= 0.10.3)
227227
rb-inotify (~> 0.9, >= 0.9.10)
228-
logger (1.6.2)
228+
logger (1.6.5)
229229
mercenary (0.3.6)
230230
minima (2.5.1)
231231
jekyll (>= 3.5, < 5.0)
232232
jekyll-feed (~> 0.9)
233233
jekyll-seo-tag (~> 2.1)
234-
minitest (5.25.2)
234+
minitest (5.25.4)
235235
net-http (0.6.0)
236236
uri
237-
nokogiri (1.16.8-x86_64-linux)
237+
nokogiri (1.18.2-x86_64-linux-gnu)
238238
racc (~> 1.4)
239239
octokit (4.25.1)
240240
faraday (>= 1, < 3)
@@ -246,9 +246,9 @@ GEM
246246
rb-fsevent (0.11.2)
247247
rb-inotify (0.11.1)
248248
ffi (~> 1.0)
249-
rexml (3.3.9)
249+
rexml (3.4.0)
250250
rouge (3.30.0)
251-
rubyzip (2.3.2)
251+
rubyzip (2.4.1)
252252
safe_yaml (1.0.5)
253253
sass (3.7.4)
254254
sass-listen (~> 4.0.0)
@@ -258,7 +258,7 @@ GEM
258258
sawyer (0.9.2)
259259
addressable (>= 2.3.5)
260260
faraday (>= 0.17.3, < 3)
261-
securerandom (0.4.0)
261+
securerandom (0.4.1)
262262
simpleidn (0.2.3)
263263
terminal-table (1.8.0)
264264
unicode-display_width (~> 1.1, >= 1.1.1)

0 commit comments

Comments
 (0)