Skip to content

Commit 4812b6f

Browse files
committed
Update docs Gemfile
Stop Security tab from yelling at me
1 parent 5cac1e6 commit 4812b6f

2 files changed

Lines changed: 37 additions & 29 deletions

File tree

.github/workflows/docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@ jobs:
2727
working-directory: docs
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
- name: Setup Ruby
3232
uses: ruby/setup-ruby@v1
3333
with:
34-
ruby-version: '3.4.1' # Not needed with a .ruby-version file
34+
ruby-version: '3.4.9' # Not needed with a .ruby-version file
3535
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3636
cache-version: 0 # Increment this number if you need to re-download cached gems
3737
working-directory: '${{ github.workspace }}/docs'
3838
- name: Setup Pages
3939
id: pages
40-
uses: actions/configure-pages@v4
40+
uses: actions/configure-pages@v6
4141
- name: Build with Jekyll
4242
# Outputs to the './_site' directory by default
4343
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
4444
env:
4545
JEKYLL_ENV: production
4646
- name: Upload artifact
4747
# Automatically uploads an artifact from the './_site' directory by default
48-
uses: actions/upload-pages-artifact@v3
48+
uses: actions/upload-pages-artifact@v5
4949
with:
5050
path: "docs/_site/"
5151

@@ -59,4 +59,4 @@ jobs:
5959
steps:
6060
- name: Deploy to GitHub Pages
6161
id: deployment
62-
uses: actions/deploy-pages@v4
62+
uses: actions/deploy-pages@v5

docs/Gemfile.lock

Lines changed: 32 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.7)
5-
public_suffix (>= 2.0.2, < 7.0)
6-
base64 (0.2.0)
7-
bigdecimal (3.1.9)
4+
addressable (2.9.0)
5+
public_suffix (>= 2.0.2, < 8.0)
6+
base64 (0.3.0)
7+
bigdecimal (4.1.1)
88
colorator (1.1.0)
9-
concurrent-ruby (1.3.5)
10-
csv (3.3.4)
9+
concurrent-ruby (1.3.6)
10+
csv (3.3.5)
1111
em-websocket (0.5.3)
1212
eventmachine (>= 0.12.9)
1313
http_parser.rb (~> 0)
1414
eventmachine (1.2.7)
15-
ffi (1.17.2-x64-mingw-ucrt)
15+
ffi (1.17.4-x64-mingw-ucrt)
16+
ffi (1.17.4-x86_64-linux-gnu)
1617
forwardable-extended (2.6.0)
17-
google-protobuf (4.30.2-x64-mingw-ucrt)
18+
google-protobuf (4.34.1-x64-mingw-ucrt)
1819
bigdecimal
19-
rake (>= 13)
20-
http_parser.rb (0.8.0)
21-
i18n (1.14.7)
20+
rake (~> 13.3)
21+
google-protobuf (4.34.1-x86_64-linux-gnu)
22+
bigdecimal
23+
rake (~> 13.3)
24+
http_parser.rb (0.8.1)
25+
i18n (1.14.8)
2226
concurrent-ruby (~> 1.0)
2327
jekyll (4.4.1)
2428
addressable (~> 2.4)
@@ -49,37 +53,41 @@ GEM
4953
jekyll (>= 3.8, < 5.0)
5054
jekyll-watch (2.2.1)
5155
listen (~> 3.0)
52-
json (2.12.0)
53-
just-the-docs (0.10.1)
56+
json (2.19.3)
57+
just-the-docs (0.12.0)
5458
jekyll (>= 3.8.5)
5559
jekyll-include-cache
5660
jekyll-seo-tag (>= 2.0)
5761
rake (>= 12.3.1)
58-
kramdown (2.5.1)
59-
rexml (>= 3.3.9)
62+
kramdown (2.5.2)
63+
rexml (>= 3.4.4)
6064
kramdown-parser-gfm (1.1.0)
6165
kramdown (~> 2.0)
6266
liquid (4.0.4)
63-
listen (3.9.0)
67+
listen (3.10.0)
68+
logger
6469
rb-fsevent (~> 0.10, >= 0.10.3)
6570
rb-inotify (~> 0.9, >= 0.9.10)
71+
logger (1.7.0)
6672
mercenary (0.4.0)
6773
pathutil (0.16.2)
6874
forwardable-extended (~> 2.6)
69-
public_suffix (6.0.2)
70-
rake (13.2.1)
75+
public_suffix (7.0.5)
76+
rake (13.4.1)
7177
rb-fsevent (0.11.2)
7278
rb-inotify (0.11.1)
7379
ffi (~> 1.0)
74-
rexml (3.4.1)
75-
rouge (4.5.2)
80+
rexml (3.4.4)
81+
rouge (4.7.0)
7682
safe_yaml (1.0.5)
77-
sass-embedded (1.88.0-x64-mingw-ucrt)
78-
google-protobuf (~> 4.30)
83+
sass-embedded (1.99.0-x64-mingw-ucrt)
84+
google-protobuf (~> 4.31)
85+
sass-embedded (1.99.0-x86_64-linux-gnu)
86+
google-protobuf (~> 4.31)
7987
terminal-table (3.0.2)
8088
unicode-display_width (>= 1.1.1, < 3)
8189
unicode-display_width (2.6.0)
82-
webrick (1.9.1)
90+
webrick (1.9.2)
8391

8492
PLATFORMS
8593
x64-mingw-ucrt
@@ -91,4 +99,4 @@ DEPENDENCIES
9199
just-the-docs
92100

93101
BUNDLED WITH
94-
2.6.3
102+
2.6.9

0 commit comments

Comments
 (0)