Skip to content

Commit fbe4d1a

Browse files
Bump git from 1.11.0 to 1.12.0 (#417)
Bumps [git](https://github.com/ruby-git/ruby-git) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/ruby-git/ruby-git/releases) - [Changelog](https://github.com/ruby-git/ruby-git/blob/v1.12.0/CHANGELOG.md) - [Commits](ruby-git/ruby-git@v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68e07c1 commit fbe4d1a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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.11"
11+
gem "git", "~> 1.12"
1212
gem "pry", "~> 0.14.1"
1313
gem "rake", "~> 13.0.6"
1414
gem "semver2", "~> 3.4"

Gemfile.lock

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ PATH
2424
GEM
2525
remote: https://rubygems.org/
2626
specs:
27+
addressable (2.8.0)
28+
public_suffix (>= 2.0.2, < 5.0)
2729
ansi (1.5.0)
2830
ast (2.4.2)
2931
backport (1.2.0)
@@ -60,7 +62,8 @@ GEM
6062
docile (1.3.5)
6163
e2mmap (0.1.0)
6264
ffi (1.15.5)
63-
git (1.11.0)
65+
git (1.12.0)
66+
addressable (~> 2.8)
6467
rchardet (~> 1.8)
6568
jaro_winkler (1.5.4)
6669
json (2.6.2)
@@ -86,6 +89,7 @@ GEM
8689
pry (0.14.1)
8790
coderay (~> 1.1)
8891
method_source (~> 1.0)
92+
public_suffix (4.0.7)
8993
racc (1.6.0)
9094
rainbow (3.1.1)
9195
rake (13.0.6)
@@ -173,7 +177,7 @@ DEPENDENCIES
173177
allure-ruby-commons!
174178
climate_control (~> 1.2.0)
175179
colorize (~> 0.8.1)
176-
git (~> 1.11)
180+
git (~> 1.12)
177181
pry (~> 0.14.1)
178182
rake (~> 13.0.6)
179183
rspec (~> 3.11.0)

0 commit comments

Comments
 (0)