diff --git a/Gemfile b/Gemfile index 34946bb..b990622 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,4 @@ gem "jekyll", "~> 4.3.4" # installed by `gem jekyll` # gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2 gem "just-the-docs", "0.10.0" # pinned to the current release -gem "git", "2.3.1" # pinned to the current release +gem "git", "2.3.3" # pinned to the current release diff --git a/Gemfile.lock b/Gemfile.lock index 1bc7c9c..d5d83e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.2.2) + activesupport (8.0.0) base64 benchmark (>= 0.3) bigdecimal @@ -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.2.0) @@ -29,7 +30,7 @@ GEM ffi (1.17.0-arm64-darwin) ffi (1.17.0-x86_64-linux-gnu) forwardable-extended (2.6.0) - git (2.3.1) + git (2.3.3) activesupport (>= 5.0) addressable (~> 2.8) process_executer (~> 1.1) @@ -80,9 +81,9 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.1) + logger (1.6.2) mercenary (0.4.0) - minitest (5.25.1) + minitest (5.25.4) pathutil (0.16.2) forwardable-extended (~> 2.6) process_executer (1.2.0) @@ -98,12 +99,13 @@ GEM sass-embedded (1.81.0) google-protobuf (~> 4.28) rake (>= 13) - securerandom (0.3.2) + securerandom (0.4.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) + uri (1.0.2) webrick (1.9.0) PLATFORMS @@ -111,7 +113,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - git (= 2.3.1) + git (= 2.3.3) jekyll (~> 4.3.4) just-the-docs (= 0.10.0)