Skip to content

Commit 99d53b8

Browse files
authored
Merge branch 'main' into copilot/add-dependabot-configuration
2 parents 6a29009 + df062f4 commit 99d53b8

File tree

4 files changed

+29
-21
lines changed

4 files changed

+29
-21
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bundle install
1212
With all the gems (dependencies) installed, you can launch the jekyll server.
1313

1414
``` bash
15-
bundle exec jekyll serve
15+
bundle exec jekyll serve --livereload
1616
```
1717

1818
It will show output like this, and you can grab the Server address and open it in your browser.

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "jekyll", "~> 4.2"
5+
gem "jekyll", "~> 4.4"
66
gem "just-the-docs", "~> 0.3.3"
77
gem "webrick", "~> 1.7"
88
gem "jekyll-remote-theme"

Gemfile.lock

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,38 @@ GEM
33
specs:
44
addressable (2.8.0)
55
public_suffix (>= 2.0.2, < 5.0)
6+
base64 (0.3.0)
67
colorator (1.1.0)
7-
concurrent-ruby (1.1.10)
8+
concurrent-ruby (1.3.5)
9+
csv (3.3.5)
810
em-websocket (0.5.3)
911
eventmachine (>= 0.12.9)
1012
http_parser.rb (~> 0)
1113
eventmachine (1.2.7)
1214
ffi (1.15.5)
1315
forwardable-extended (2.6.0)
1416
http_parser.rb (0.8.0)
15-
i18n (1.10.0)
17+
i18n (1.14.7)
1618
concurrent-ruby (~> 1.0)
17-
jekyll (4.2.2)
19+
jekyll (4.4.1)
1820
addressable (~> 2.4)
21+
base64 (~> 0.2)
1922
colorator (~> 1.0)
23+
csv (~> 3.0)
2024
em-websocket (~> 0.5)
2125
i18n (~> 1.0)
22-
jekyll-sass-converter (~> 2.0)
26+
jekyll-sass-converter (>= 2.0, < 4.0)
2327
jekyll-watch (~> 2.0)
24-
kramdown (~> 2.3)
28+
json (~> 2.6)
29+
kramdown (~> 2.3, >= 2.3.1)
2530
kramdown-parser-gfm (~> 1.0)
2631
liquid (~> 4.0)
27-
mercenary (~> 0.4.0)
32+
mercenary (~> 0.3, >= 0.3.6)
2833
pathutil (~> 0.9)
29-
rouge (~> 3.0)
34+
rouge (>= 3.0, < 5.0)
3035
safe_yaml (~> 1.0)
31-
terminal-table (~> 2.0)
36+
terminal-table (>= 1.8, < 4.0)
37+
webrick (~> 1.7)
3238
jekyll-include-cache (0.2.1)
3339
jekyll (>= 3.7, < 5.0)
3440
jekyll-remote-theme (0.4.3)
@@ -44,35 +50,36 @@ GEM
4450
jekyll (>= 3.7, < 5.0)
4551
jekyll-watch (2.2.1)
4652
listen (~> 3.0)
53+
json (2.13.2)
4754
just-the-docs (0.3.3)
4855
jekyll (>= 3.8.5)
4956
jekyll-seo-tag (~> 2.0)
5057
rake (>= 12.3.1, < 13.1.0)
51-
kramdown (2.4.0)
52-
rexml
58+
kramdown (2.5.1)
59+
rexml (>= 3.3.9)
5360
kramdown-parser-gfm (1.1.0)
5461
kramdown (~> 2.0)
5562
liquid (4.0.4)
56-
listen (3.7.1)
63+
listen (3.9.0)
5764
rb-fsevent (~> 0.10, >= 0.10.3)
5865
rb-inotify (~> 0.9, >= 0.9.10)
5966
mercenary (0.4.0)
6067
pathutil (0.16.2)
6168
forwardable-extended (~> 2.6)
6269
public_suffix (4.0.7)
6370
rake (13.0.6)
64-
rb-fsevent (0.11.1)
65-
rb-inotify (0.10.1)
71+
rb-fsevent (0.11.2)
72+
rb-inotify (0.11.1)
6673
ffi (~> 1.0)
67-
rexml (3.2.5)
68-
rouge (3.28.0)
74+
rexml (3.4.4)
75+
rouge (4.6.0)
6976
rubyzip (2.3.2)
7077
safe_yaml (1.0.5)
7178
sassc (2.4.0)
7279
ffi (~> 1.9)
73-
terminal-table (2.0.0)
74-
unicode-display_width (~> 1.1, >= 1.1.1)
75-
unicode-display_width (1.8.0)
80+
terminal-table (3.0.2)
81+
unicode-display_width (>= 1.1.1, < 3)
82+
unicode-display_width (2.6.0)
7683
webrick (1.7.0)
7784

7885
PLATFORMS
@@ -83,7 +90,7 @@ PLATFORMS
8390
x86_64-linux
8491

8592
DEPENDENCIES
86-
jekyll (~> 4.2)
93+
jekyll (~> 4.4)
8794
jekyll-include-cache (~> 0.2.1)
8895
jekyll-remote-theme
8996
jekyll-sitemap (~> 1.4)

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"description": "A guide directed at HTTP-based API designers and writers wishing to benefit from having their API formalized in an OpenAPI Description (OAD)",
55
"scripts": {
6+
"serve": "bundle exec jekyll serve --livereload",
67
"test": "vitest --watch=false"
78
},
89
"repository": {

0 commit comments

Comments
 (0)