Skip to content

Commit 2b338d9

Browse files
build(deps): bump git from 1.7.0 to 1.11.0
Bumps [git](https://github.com/ruby-git/ruby-git) from 1.7.0 to 1.11.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.7.0...v1.11.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dfb1c46 commit 2b338d9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

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

33
gem 'colorize'
4-
gem 'git', '~> 1.7.0'
4+
gem 'git', '~> 1.11.0'
55
gem 'gnuplot'
66
gem 'pry'
77
gem 'pry-doc'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GEM
1818
concurrent-ruby (1.1.10)
1919
diff-lcs (1.5.0)
2020
docile (1.4.0)
21-
git (1.7.0)
21+
git (1.11.0)
2222
rchardet (~> 1.8)
2323
gnuplot (2.6.2)
2424
i18n (1.10.0)
@@ -87,13 +87,14 @@ GEM
8787

8888
PLATFORMS
8989
riscv64-linux
90+
ruby
9091
x86_64-linux
9192

9293
DEPENDENCIES
9394
activesupport (~> 5.2.0)
9495
ci_reporter_rspec
9596
colorize
96-
git (~> 1.7.0)
97+
git (~> 1.11.0)
9798
gnuplot
9899
pry
99100
pry-doc
@@ -103,4 +104,3 @@ DEPENDENCIES
103104
simplecov
104105
simplecov-rcov
105106
term-ansicolor
106-

0 commit comments

Comments
 (0)