Skip to content

Commit eb6ef68

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 680d5bd commit eb6ef68

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)
@@ -86,13 +86,14 @@ GEM
8686
webrick (~> 1.7.0)
8787

8888
PLATFORMS
89+
ruby
8990
x86_64-linux
9091

9192
DEPENDENCIES
9293
activesupport (~> 5.2.0)
9394
ci_reporter_rspec
9495
colorize
95-
git (~> 1.7.0)
96+
git (~> 1.11.0)
9697
gnuplot
9798
pry
9899
pry-doc
@@ -102,4 +103,3 @@ DEPENDENCIES
102103
simplecov
103104
simplecov-rcov
104105
term-ansicolor
105-

0 commit comments

Comments
 (0)