Skip to content

Commit 052b249

Browse files
committed
Added dev container and re-installed gems
1 parent 74a8ec1 commit 052b249

3 files changed

Lines changed: 166 additions & 37 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2+
// README at: https://github.com/devcontainers/templates/tree/main/src/jekyll
3+
{
4+
"name": "Jekyll",
5+
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6+
"image": "mcr.microsoft.com/devcontainers/jekyll:2-bullseye"
7+
8+
// Features to add to the dev container. More info: https://containers.dev/features.
9+
// "features": {},
10+
11+
// Use 'forwardPorts' to make a list of ports inside the container available locally.
12+
// "forwardPorts": [],
13+
14+
// Uncomment the next line to run commands after the container is created.
15+
// "postCreateCommand": "jekyll --version"
16+
17+
// Configure tool-specific properties.
18+
// "customizations": {},
19+
20+
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
21+
// "remoteUser": "root"
22+
}

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for more information:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
# https://containers.dev/guide/dependabot
6+
7+
version: 2
8+
updates:
9+
- package-ecosystem: "devcontainers"
10+
directory: "/"
11+
schedule:
12+
interval: weekly

Gemfile.lock

Lines changed: 132 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,172 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
bigdecimal (3.1.8)
67
colorator (1.1.0)
7-
concurrent-ruby (1.1.9)
8-
em-websocket (0.5.2)
8+
concurrent-ruby (1.3.4)
9+
em-websocket (0.5.3)
910
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
11+
http_parser.rb (~> 0)
1112
eventmachine (1.2.7)
12-
eventmachine (1.2.7-x64-mingw32)
13-
ffi (1.15.4)
14-
ffi (1.15.4-x64-mingw32)
13+
ffi (1.17.0)
14+
ffi (1.17.0-aarch64-linux-gnu)
15+
ffi (1.17.0-aarch64-linux-musl)
16+
ffi (1.17.0-arm-linux-gnu)
17+
ffi (1.17.0-arm-linux-musl)
18+
ffi (1.17.0-arm64-darwin)
19+
ffi (1.17.0-x86-linux-gnu)
20+
ffi (1.17.0-x86-linux-musl)
21+
ffi (1.17.0-x86_64-darwin)
22+
ffi (1.17.0-x86_64-linux-gnu)
23+
ffi (1.17.0-x86_64-linux-musl)
1524
forwardable-extended (2.6.0)
16-
http_parser.rb (0.6.0)
17-
i18n (1.8.10)
25+
google-protobuf (4.29.0)
26+
bigdecimal
27+
rake (>= 13)
28+
google-protobuf (4.29.0-aarch64-linux)
29+
bigdecimal
30+
rake (>= 13)
31+
google-protobuf (4.29.0-arm64-darwin)
32+
bigdecimal
33+
rake (>= 13)
34+
google-protobuf (4.29.0-x86-linux)
35+
bigdecimal
36+
rake (>= 13)
37+
google-protobuf (4.29.0-x86_64-darwin)
38+
bigdecimal
39+
rake (>= 13)
40+
google-protobuf (4.29.0-x86_64-linux)
41+
bigdecimal
42+
rake (>= 13)
43+
http_parser.rb (0.8.0)
44+
i18n (1.14.6)
1845
concurrent-ruby (~> 1.0)
19-
jekyll (4.2.0)
46+
jekyll (4.3.4)
2047
addressable (~> 2.4)
2148
colorator (~> 1.0)
2249
em-websocket (~> 0.5)
2350
i18n (~> 1.0)
24-
jekyll-sass-converter (~> 2.0)
51+
jekyll-sass-converter (>= 2.0, < 4.0)
2552
jekyll-watch (~> 2.0)
26-
kramdown (~> 2.3)
53+
kramdown (~> 2.3, >= 2.3.1)
2754
kramdown-parser-gfm (~> 1.0)
2855
liquid (~> 4.0)
29-
mercenary (~> 0.4.0)
56+
mercenary (>= 0.3.6, < 0.5)
3057
pathutil (~> 0.9)
31-
rouge (~> 3.0)
58+
rouge (>= 3.0, < 5.0)
3259
safe_yaml (~> 1.0)
33-
terminal-table (~> 2.0)
34-
jekyll-feed (0.15.1)
60+
terminal-table (>= 1.8, < 4.0)
61+
webrick (~> 1.7)
62+
jekyll-feed (0.17.0)
3563
jekyll (>= 3.7, < 5.0)
3664
jekyll-paginate (1.1.0)
37-
jekyll-sass-converter (2.1.0)
38-
sassc (> 2.0.1, < 3.0)
65+
jekyll-sass-converter (3.0.0)
66+
sass-embedded (~> 1.54)
3967
jekyll-watch (2.2.1)
4068
listen (~> 3.0)
41-
kramdown (2.3.1)
42-
rexml
69+
kramdown (2.5.1)
70+
rexml (>= 3.3.9)
4371
kramdown-parser-gfm (1.1.0)
4472
kramdown (~> 2.0)
45-
liquid (4.0.3)
46-
listen (3.7.0)
73+
liquid (4.0.4)
74+
listen (3.9.0)
4775
rb-fsevent (~> 0.10, >= 0.10.3)
4876
rb-inotify (~> 0.9, >= 0.9.10)
4977
mercenary (0.4.0)
5078
pathutil (0.16.2)
5179
forwardable-extended (~> 2.6)
52-
public_suffix (4.0.6)
53-
rb-fsevent (0.11.0)
54-
rb-inotify (0.10.1)
80+
public_suffix (6.0.1)
81+
rake (13.2.1)
82+
rb-fsevent (0.11.2)
83+
rb-inotify (0.11.1)
5584
ffi (~> 1.0)
56-
rexml (3.2.5)
57-
rouge (3.26.1)
85+
rexml (3.3.9)
86+
rouge (4.5.1)
5887
safe_yaml (1.0.5)
59-
sassc (2.4.0)
60-
ffi (~> 1.9)
61-
sassc (2.4.0-x64-mingw32)
62-
ffi (~> 1.9)
63-
terminal-table (2.0.0)
64-
unicode-display_width (~> 1.1, >= 1.1.1)
65-
unicode-display_width (1.8.0)
88+
sass-embedded (1.81.0)
89+
google-protobuf (~> 4.28)
90+
rake (>= 13)
91+
sass-embedded (1.81.0-aarch64-linux-android)
92+
google-protobuf (~> 4.28)
93+
sass-embedded (1.81.0-aarch64-linux-gnu)
94+
google-protobuf (~> 4.28)
95+
sass-embedded (1.81.0-aarch64-linux-musl)
96+
google-protobuf (~> 4.28)
97+
sass-embedded (1.81.0-aarch64-mingw-ucrt)
98+
google-protobuf (~> 4.28)
99+
sass-embedded (1.81.0-arm-linux-androideabi)
100+
google-protobuf (~> 4.28)
101+
sass-embedded (1.81.0-arm-linux-gnueabihf)
102+
google-protobuf (~> 4.28)
103+
sass-embedded (1.81.0-arm-linux-musleabihf)
104+
google-protobuf (~> 4.28)
105+
sass-embedded (1.81.0-arm64-darwin)
106+
google-protobuf (~> 4.28)
107+
sass-embedded (1.81.0-riscv64-linux-android)
108+
google-protobuf (~> 4.28)
109+
sass-embedded (1.81.0-riscv64-linux-gnu)
110+
google-protobuf (~> 4.28)
111+
sass-embedded (1.81.0-riscv64-linux-musl)
112+
google-protobuf (~> 4.28)
113+
sass-embedded (1.81.0-x86-cygwin)
114+
google-protobuf (~> 4.28)
115+
sass-embedded (1.81.0-x86-linux-android)
116+
google-protobuf (~> 4.28)
117+
sass-embedded (1.81.0-x86-linux-gnu)
118+
google-protobuf (~> 4.28)
119+
sass-embedded (1.81.0-x86-linux-musl)
120+
google-protobuf (~> 4.28)
121+
sass-embedded (1.81.0-x86-mingw-ucrt)
122+
google-protobuf (~> 4.28)
123+
sass-embedded (1.81.0-x86_64-cygwin)
124+
google-protobuf (~> 4.28)
125+
sass-embedded (1.81.0-x86_64-darwin)
126+
google-protobuf (~> 4.28)
127+
sass-embedded (1.81.0-x86_64-linux-android)
128+
google-protobuf (~> 4.28)
129+
sass-embedded (1.81.0-x86_64-linux-gnu)
130+
google-protobuf (~> 4.28)
131+
sass-embedded (1.81.0-x86_64-linux-musl)
132+
google-protobuf (~> 4.28)
133+
terminal-table (3.0.2)
134+
unicode-display_width (>= 1.1.1, < 3)
135+
unicode-display_width (2.6.0)
136+
webrick (1.9.0)
66137

67138
PLATFORMS
139+
aarch64-linux
140+
aarch64-linux-android
141+
aarch64-linux-gnu
142+
aarch64-linux-musl
143+
aarch64-mingw-ucrt
144+
arm-linux-androideabi
145+
arm-linux-gnu
146+
arm-linux-gnueabihf
147+
arm-linux-musl
148+
arm-linux-musleabihf
149+
arm64-darwin
150+
riscv64-linux-android
151+
riscv64-linux-gnu
152+
riscv64-linux-musl
68153
ruby
69-
x64-mingw32
154+
x86-cygwin
155+
x86-linux
156+
x86-linux-android
157+
x86-linux-gnu
158+
x86-linux-musl
159+
x86-mingw-ucrt
160+
x86_64-cygwin
161+
x86_64-darwin
162+
x86_64-linux-android
163+
x86_64-linux-gnu
164+
x86_64-linux-musl
70165

71166
DEPENDENCIES
72167
jekyll
73168
jekyll-feed
74169
jekyll-paginate
75170

76171
BUNDLED WITH
77-
1.15.4
172+
2.5.21

0 commit comments

Comments
 (0)