Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Bump git from 1.5.0 to 1.13.0 #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
21 changes: 16 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.0)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
Expand All @@ -23,6 +23,7 @@ GEM
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.3)
docile (1.4.0)
equalizer (0.0.11)
erubis (2.7.0)
factory_bot (5.0.2)
Expand All @@ -36,7 +37,9 @@ GEM
path_expander (~> 1.0)
ruby_parser (~> 3.1, > 3.1.0)
sexp_processor (~> 4.8)
git (1.5.0)
git (1.13.0)
addressable (~> 2.8)
rchardet (~> 1.8)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
Expand All @@ -57,6 +60,7 @@ GEM
psych (3.1.0)
public_suffix (3.1.1)
rainbow (3.0.0)
rchardet (1.8.0)
reek (5.4.0)
codeclimate-engine-rb (~> 0.4.0)
kwalify (~> 0.7.0)
Expand Down Expand Up @@ -88,17 +92,24 @@ GEM
ruby-progressbar (1.10.0)
ruby_parser (3.13.1)
sexp_processor (~> 4.9)
rubycritic (4.1.0)
rubycritic (4.4.1)
flay (~> 2.8)
flog (~> 4.4)
launchy (= 2.4.3)
parser (~> 2.6.0)
parser (>= 2.6.0)
rainbow (~> 3.0)
reek (~> 5.0, < 6.0)
ruby_parser (~> 3.8)
simplecov (>= 0.17.0)
tty-which (~> 0.4.0)
virtus (~> 1.0)
sexp_processor (4.12.1)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
Expand Down