Skip to content

Commit 970da9d

Browse files
Bump git from 1.10.2 to 1.17.0
Bumps [git](https://github.com/ruby-git/ruby-git) from 1.10.2 to 1.17.0. - [Release notes](https://github.com/ruby-git/ruby-git/releases) - [Changelog](https://github.com/ruby-git/ruby-git/blob/master/CHANGELOG.md) - [Commits](ruby-git/ruby-git@v1.10.2...v1.17.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e58a3c commit 970da9d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Gemfile.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
activesupport (7.0.4.2)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 1.6, < 2)
7+
minitest (>= 5.1)
8+
tzinfo (~> 2.0)
49
addressable (2.8.0)
510
public_suffix (>= 2.0.2, < 5.0)
611
colorator (1.1.0)
@@ -41,7 +46,9 @@ GEM
4146
ffi (1.15.4)
4247
forwardable-extended (2.6.0)
4348
gemoji (3.0.1)
44-
git (1.10.2)
49+
git (1.17.0)
50+
activesupport (>= 4.0.0)
51+
addressable (~> 2.8)
4552
rchardet (~> 1.8)
4653
http-cookie (1.0.4)
4754
domain_name (~> 0.5)
@@ -96,6 +103,7 @@ GEM
96103
nesty (~> 1.0)
97104
nokogiri (~> 1.11)
98105
mini_portile2 (2.7.1)
106+
minitest (5.18.0)
99107
multipart-post (2.1.1)
100108
nesty (1.0.2)
101109
nokogiri (1.13.1)
@@ -126,6 +134,8 @@ GEM
126134
therubyracer (0.12.3)
127135
libv8 (~> 3.16.14.15)
128136
ref
137+
tzinfo (2.0.6)
138+
concurrent-ruby (~> 1.0)
129139
unf (0.1.4)
130140
unf_ext
131141
unf_ext (0.0.7.7)

0 commit comments

Comments
 (0)