Skip to content

Commit f0897d2

Browse files
committed
CCM-8593: update gemlock
1 parent 36d5c80 commit f0897d2

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"**/.DS_Store": true,
88
"**/Thumbs.db": true,
99
"**/.ruby-lsp": true,
10-
// "docs": true,
10+
"docs": true,
1111
".devcontainer": true,
1212
".github": true,
1313
".vscode": false,

docs/Gemfile.lock

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ GEM
66
cgi (0.4.1)
77
colorator (1.1.0)
88
concurrent-ruby (1.2.3)
9+
digest (3.2.0)
910
em-websocket (0.5.3)
1011
eventmachine (>= 0.12.9)
1112
http_parser.rb (~> 0)
@@ -35,6 +36,10 @@ GEM
3536
safe_yaml (~> 1.0)
3637
terminal-table (>= 1.8, < 4.0)
3738
webrick (~> 1.7)
39+
jekyll-content-security-policy-generator (1.6.15)
40+
digest
41+
jekyll
42+
nokogiri
3843
jekyll-drawio (1.1.1)
3944
erb (>= 2.2, < 5.0)
4045
jekyll (~> 4.3)
@@ -95,11 +100,10 @@ GEM
95100
rbs (>= 3, < 4)
96101
sorbet-runtime (>= 0.5.10782)
97102
safe_yaml (1.0.5)
98-
sass-embedded (1.69.5)
99-
google-protobuf (~> 3.23)
100-
rake (>= 13.0.0)
101103
sass-embedded (1.69.5-arm64-darwin)
102104
google-protobuf (~> 3.23)
105+
sass-embedded (1.69.5-x86_64-linux-gnu)
106+
google-protobuf (~> 3.23)
103107
sorbet-runtime (0.5.11466)
104108
strscan (3.1.0)
105109
terminal-table (3.0.2)
@@ -114,6 +118,7 @@ PLATFORMS
114118
DEPENDENCIES
115119
http_parser.rb (~> 0.6.0)
116120
jekyll (~> 4.3.3)
121+
jekyll-content-security-policy-generator
117122
jekyll-drawio
118123
jekyll-feed (~> 0.12)
119124
jekyll-sitemap (~> 1.4)

0 commit comments

Comments
 (0)