Skip to content

Commit 95db464

Browse files
Bump git from 1.12.0 to 2.3.2
Bumps [git](https://github.com/ruby-git/ruby-git) from 1.12.0 to 2.3.2. - [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.12.0...v2.3.2) --- updated-dependencies: - dependency-name: git dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f412ff2 commit 95db464

File tree

2 files changed

+32
-6
lines changed

2 files changed

+32
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem "allure-ruby-commons", path: "allure-ruby-commons"
88

99
group :development do
1010
gem "colorize", "~> 0.8.1"
11-
gem "git", "~> 1.12"
11+
gem "git", "~> 2.3"
1212
gem "pry", "~> 0.14.1"
1313
gem "rake", "~> 13.0.6"
1414
gem "semver2", "~> 3.4"

Gemfile.lock

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,31 @@ PATH
2424
GEM
2525
remote: https://rubygems.org/
2626
specs:
27-
addressable (2.8.0)
28-
public_suffix (>= 2.0.2, < 5.0)
27+
activesupport (7.2.1.2)
28+
base64
29+
bigdecimal
30+
concurrent-ruby (~> 1.0, >= 1.3.1)
31+
connection_pool (>= 2.2.5)
32+
drb
33+
i18n (>= 1.6, < 2)
34+
logger (>= 1.4.2)
35+
minitest (>= 5.1)
36+
securerandom (>= 0.3)
37+
tzinfo (~> 2.0, >= 2.0.5)
38+
addressable (2.8.7)
39+
public_suffix (>= 2.0.2, < 7.0)
2940
ansi (1.5.0)
3041
ast (2.4.2)
3142
backport (1.2.0)
43+
base64 (0.2.0)
3244
benchmark (0.2.0)
45+
bigdecimal (3.1.8)
3346
builder (3.2.4)
3447
climate_control (1.2.0)
3548
coderay (1.1.3)
3649
colorize (0.8.1)
50+
concurrent-ruby (1.3.4)
51+
connection_pool (2.4.1)
3752
cucumber (8.0.0)
3853
builder (~> 3.2, >= 3.2.4)
3954
cucumber-ci-environment (~> 9.0, >= 9.0.4)
@@ -60,24 +75,31 @@ GEM
6075
cucumber-tag-expressions (4.1.0)
6176
diff-lcs (1.5.0)
6277
docile (1.3.5)
78+
drb (2.2.1)
6379
e2mmap (0.1.0)
6480
ffi (1.15.5)
65-
git (1.12.0)
81+
git (2.3.2)
82+
activesupport (>= 5.0)
6683
addressable (~> 2.8)
84+
process_executer (~> 1.1)
6785
rchardet (~> 1.8)
86+
i18n (1.14.6)
87+
concurrent-ruby (~> 1.0)
6888
jaro_winkler (1.5.4)
6989
json (2.6.2)
7090
kramdown (2.4.0)
7191
rexml
7292
kramdown-parser-gfm (1.1.0)
7393
kramdown (~> 2.0)
94+
logger (1.6.1)
7495
macaddr (1.7.2)
7596
systemu (~> 2.6.5)
7697
method_source (1.0.0)
7798
mime-types (3.4.1)
7899
mime-types-data (~> 3.2015)
79100
mime-types-data (3.2022.0105)
80101
mini_portile2 (2.8.0)
102+
minitest (5.25.1)
81103
multi_test (1.1.0)
82104
nokogiri (1.13.8)
83105
mini_portile2 (~> 2.8.0)
@@ -86,10 +108,11 @@ GEM
86108
parallel (1.22.1)
87109
parser (3.1.2.1)
88110
ast (~> 2.4.1)
111+
process_executer (1.2.0)
89112
pry (0.14.1)
90113
coderay (~> 1.1)
91114
method_source (~> 1.0)
92-
public_suffix (4.0.7)
115+
public_suffix (6.0.1)
93116
racc (1.6.0)
94117
rainbow (3.1.1)
95118
rake (13.0.6)
@@ -128,6 +151,7 @@ GEM
128151
rubocop (>= 1.7.0, < 2.0)
129152
rubocop-ast (>= 0.4.0)
130153
ruby-progressbar (1.11.0)
154+
securerandom (0.3.2)
131155
semver2 (3.4.2)
132156
simplecov (0.21.2)
133157
docile (~> 1.1)
@@ -161,6 +185,8 @@ GEM
161185
unicode-display_width (>= 1.1.1, < 3)
162186
thor (1.2.1)
163187
tilt (2.0.11)
188+
tzinfo (2.0.6)
189+
concurrent-ruby (~> 1.0)
164190
unicode-display_width (2.2.0)
165191
uuid (2.3.9)
166192
macaddr (~> 1.0)
@@ -177,7 +203,7 @@ DEPENDENCIES
177203
allure-ruby-commons!
178204
climate_control (~> 1.2.0)
179205
colorize (~> 0.8.1)
180-
git (~> 1.12)
206+
git (~> 2.3)
181207
pry (~> 0.14.1)
182208
rake (~> 13.0.6)
183209
rspec (~> 3.11.0)

0 commit comments

Comments
 (0)