Skip to content

Commit 0da1b08

Browse files
Bump git from 2.3.3 to 4.0.5
Bumps [git](https://github.com/ruby-git/ruby-git) from 2.3.3 to 4.0.5. - [Release notes](https://github.com/ruby-git/ruby-git/releases) - [Changelog](https://github.com/ruby-git/ruby-git/blob/main/CHANGELOG.md) - [Commits](ruby-git/ruby-git@v2.3.3...v4.0.5) --- updated-dependencies: - dependency-name: git dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 21ae724 commit 0da1b08

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
gem "jekyll", "~> 4.3.4"
44
gem "just-the-docs", "~> 0.10.1"
5-
gem "git", "~> 2.3.1"
5+
gem "git", "~> 4.0.5"
66

77

88
group :development do

Gemfile.lock

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.2.2)
4+
activesupport (8.0.2.1)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -13,6 +13,7 @@ GEM
1313
minitest (>= 5.1)
1414
securerandom (>= 0.3)
1515
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
1617
addressable (2.8.7)
1718
public_suffix (>= 2.0.2, < 7.0)
1819
base64 (0.3.0)
@@ -29,11 +30,11 @@ GEM
2930
ffi (1.17.2-arm64-darwin)
3031
ffi (1.17.2-x86_64-linux-gnu)
3132
forwardable-extended (2.6.0)
32-
git (2.3.3)
33+
git (4.0.5)
3334
activesupport (>= 5.0)
3435
addressable (~> 2.8)
35-
process_executer (~> 1.1)
36-
rchardet (~> 1.8)
36+
process_executer (~> 4.0)
37+
rchardet (~> 1.9)
3738
google-protobuf (4.32.0-arm64-darwin)
3839
bigdecimal
3940
rake (>= 13)
@@ -85,7 +86,8 @@ GEM
8586
minitest (5.25.5)
8687
pathutil (0.16.2)
8788
forwardable-extended (~> 2.6)
88-
process_executer (1.3.0)
89+
process_executer (4.0.0)
90+
track_open_instances (~> 0.1)
8991
public_suffix (6.0.2)
9092
rake (13.3.0)
9193
rb-fsevent (0.11.2)
@@ -101,17 +103,19 @@ GEM
101103
securerandom (0.4.1)
102104
terminal-table (3.0.2)
103105
unicode-display_width (>= 1.1.1, < 3)
106+
track_open_instances (0.1.15)
104107
tzinfo (2.0.6)
105108
concurrent-ruby (~> 1.0)
106109
unicode-display_width (2.6.0)
110+
uri (1.0.3)
107111
webrick (1.9.1)
108112

109113
PLATFORMS
110114
arm64-darwin-23
111115
x86_64-linux
112116

113117
DEPENDENCIES
114-
git (~> 2.3.1)
118+
git (~> 4.0.5)
115119
jekyll (~> 4.3.4)
116120
just-the-docs (~> 0.10.1)
117121
webrick (~> 1.8)

0 commit comments

Comments
 (0)