Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gem "jekyll", "~> 4.3.4"
gem "just-the-docs", "~> 0.10.1"
gem "git", "~> 2.3.1"
gem "git", "~> 4.0.5"


group :development do
Expand Down
16 changes: 10 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.2.2)
activesupport (8.0.2.1)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -13,6 +13,7 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.3.0)
Expand All @@ -29,11 +30,11 @@ GEM
ffi (1.17.2-arm64-darwin)
ffi (1.17.2-x86_64-linux-gnu)
forwardable-extended (2.6.0)
git (2.3.3)
git (4.0.5)
activesupport (>= 5.0)
addressable (~> 2.8)
process_executer (~> 1.1)
rchardet (~> 1.8)
process_executer (~> 4.0)
rchardet (~> 1.9)
google-protobuf (4.32.0-arm64-darwin)
bigdecimal
rake (>= 13)
Expand Down Expand Up @@ -85,7 +86,8 @@ GEM
minitest (5.25.5)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
process_executer (1.3.0)
process_executer (4.0.0)
track_open_instances (~> 0.1)
public_suffix (6.0.2)
rake (13.3.0)
rb-fsevent (0.11.2)
Expand All @@ -101,17 +103,19 @@ GEM
securerandom (0.4.1)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
track_open_instances (0.1.15)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (1.0.3)
webrick (1.9.1)

PLATFORMS
arm64-darwin-23
x86_64-linux

DEPENDENCIES
git (~> 2.3.1)
git (~> 4.0.5)
jekyll (~> 4.3.4)
just-the-docs (~> 0.10.1)
webrick (~> 1.8)
Expand Down
Loading