Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump git from 1.7.0 to 1.13.0 #199

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'colorize'
gem 'git', '~> 1.7.0'
gem 'git', '~> 1.13.0'
gem 'gnuplot'
gem 'pry'
gem 'pry-doc'
Expand Down
10 changes: 7 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
builder (3.2.4)
ci_reporter (2.0.0)
Expand All @@ -18,7 +20,8 @@ GEM
concurrent-ruby (1.1.10)
diff-lcs (1.5.0)
docile (1.4.0)
git (1.7.0)
git (1.13.0)
addressable (~> 2.8)
rchardet (~> 1.8)
gnuplot (2.6.2)
i18n (1.10.0)
Expand All @@ -34,6 +37,7 @@ GEM
pry-doc (1.3.0)
pry (~> 0.11)
yard (~> 0.9.11)
public_suffix (5.0.1)
rainbow (3.1.1)
rake (13.0.6)
rchardet (1.8.0)
Expand Down Expand Up @@ -88,13 +92,14 @@ GEM
PLATFORMS
aarch64-linux
riscv64-linux
ruby
x86_64-linux

DEPENDENCIES
activesupport (~> 5.2.0)
ci_reporter_rspec
colorize
git (~> 1.7.0)
git (~> 1.13.0)
gnuplot
pry
pry-doc
Expand All @@ -104,4 +109,3 @@ DEPENDENCIES
simplecov
simplecov-rcov
term-ansicolor