Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 30 additions & 30 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
addressable (2.8.8)
public_suffix (>= 2.0.2, < 8.0)
base64 (0.3.0)
bigdecimal (3.3.1)
colorator (1.1.0)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.6)
csv (3.3.5)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
Expand All @@ -24,31 +24,31 @@ GEM
ffi (1.17.2-x86_64-linux-gnu)
ffi (1.17.2-x86_64-linux-musl)
forwardable-extended (2.6.0)
google-protobuf (4.33.0)
google-protobuf (4.33.2)
bigdecimal
rake (>= 13)
google-protobuf (4.33.0-aarch64-linux-gnu)
google-protobuf (4.33.2-aarch64-linux-gnu)
bigdecimal
rake (>= 13)
google-protobuf (4.33.0-aarch64-linux-musl)
google-protobuf (4.33.2-aarch64-linux-musl)
bigdecimal
rake (>= 13)
google-protobuf (4.33.0-arm64-darwin)
google-protobuf (4.33.2-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.33.0-x86-linux-gnu)
google-protobuf (4.33.2-x86-linux-gnu)
bigdecimal
rake (>= 13)
google-protobuf (4.33.0-x86-linux-musl)
google-protobuf (4.33.2-x86-linux-musl)
bigdecimal
rake (>= 13)
google-protobuf (4.33.0-x86_64-darwin)
google-protobuf (4.33.2-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.33.0-x86_64-linux-gnu)
google-protobuf (4.33.2-x86_64-linux-gnu)
bigdecimal
rake (>= 13)
google-protobuf (4.33.0-x86_64-linux-musl)
google-protobuf (4.33.2-x86_64-linux-musl)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
Expand Down Expand Up @@ -81,7 +81,7 @@ GEM
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.15.2)
json (2.18.0)
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
Expand All @@ -94,49 +94,49 @@ GEM
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (6.0.2)
public_suffix (7.0.0)
rake (13.3.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.4.4)
rouge (4.6.1)
safe_yaml (1.0.5)
sass-embedded (1.93.2)
sass-embedded (1.96.0)
google-protobuf (~> 4.31)
rake (>= 13)
sass-embedded (1.93.2-aarch64-linux-android)
sass-embedded (1.96.0-aarch64-linux-android)
google-protobuf (~> 4.31)
sass-embedded (1.93.2-aarch64-linux-gnu)
sass-embedded (1.96.0-aarch64-linux-gnu)
google-protobuf (~> 4.31)
sass-embedded (1.93.2-aarch64-linux-musl)
sass-embedded (1.96.0-aarch64-linux-musl)
google-protobuf (~> 4.31)
sass-embedded (1.93.2-arm-linux-androideabi)
sass-embedded (1.96.0-arm-linux-androideabi)
google-protobuf (~> 4.31)
sass-embedded (1.93.2-arm-linux-gnueabihf)
sass-embedded (1.96.0-arm-linux-gnueabihf)
google-protobuf (~> 4.31)
sass-embedded (1.93.2-arm-linux-musleabihf)
sass-embedded (1.96.0-arm-linux-musleabihf)
google-protobuf (~> 4.31)
sass-embedded (1.93.2-arm64-darwin)
sass-embedded (1.96.0-arm64-darwin)
google-protobuf (~> 4.31)
sass-embedded (1.93.2-riscv64-linux-android)
sass-embedded (1.96.0-riscv64-linux-android)
google-protobuf (~> 4.31)
sass-embedded (1.93.2-riscv64-linux-gnu)
sass-embedded (1.96.0-riscv64-linux-gnu)
google-protobuf (~> 4.31)
sass-embedded (1.93.2-riscv64-linux-musl)
sass-embedded (1.96.0-riscv64-linux-musl)
google-protobuf (~> 4.31)
sass-embedded (1.93.2-x86_64-darwin)
sass-embedded (1.96.0-x86_64-darwin)
google-protobuf (~> 4.31)
sass-embedded (1.93.2-x86_64-linux-android)
sass-embedded (1.96.0-x86_64-linux-android)
google-protobuf (~> 4.31)
sass-embedded (1.93.2-x86_64-linux-gnu)
sass-embedded (1.96.0-x86_64-linux-gnu)
google-protobuf (~> 4.31)
sass-embedded (1.93.2-x86_64-linux-musl)
sass-embedded (1.96.0-x86_64-linux-musl)
google-protobuf (~> 4.31)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.6.0)
webrick (1.9.1)
webrick (1.9.2)

PLATFORMS
aarch64-linux-android
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

Comment thread
MattyTheHacker marked this conversation as resolved.
Outdated
{
"devDependencies": {
"@cspell/dict-en-gb": "^4.1.52",
Expand All @@ -7,7 +8,7 @@
"eslint-plugin-html": "^8.1.2",
"globals": "^15.14.0",
"markdownlint": "^0.37.2",
"markdownlint-cli": "^0.43.0",
"markdownlint-cli": "^0.46.0",
"prettier": "3.2.5"
},
"scripts": {
Expand Down
Loading