diff --git a/Gemfile.lock b/Gemfile.lock index d875ff1..53d64c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,29 +2,51 @@ PATH remote: . specs: incr (1.1.1) - git (= 1.19.1) + git (= 2.1.1) gli (= 2.21.1) sem_version (= 2.0.1) GEM remote: https://rubygems.org/ specs: + activesupport (7.1.3.3) + base64 + bigdecimal + concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + minitest (>= 5.1) + mutex_m + tzinfo (~> 2.0) addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) + base64 (0.2.0) + bigdecimal (3.1.8) + concurrent-ruby (1.3.1) + connection_pool (2.4.1) diff-lcs (1.5.1) - git (1.19.1) + drb (2.2.1) + git (2.1.1) + activesupport (>= 5.0) addressable (~> 2.8) + process_executer (~> 1.1) rchardet (~> 1.8) gli (2.21.1) + i18n (1.14.5) + concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) meowcop (3.2.0) rubocop (>= 1.13.0, < 2.0.0) + minitest (5.23.1) + mutex_m (0.2.0) parallel (1.24.0) parser (3.3.1.0) ast (~> 2.4.1) racc + process_executer (1.1.0) public_suffix (5.0.5) racc (1.8.0) rainbow (3.1.1) @@ -62,6 +84,8 @@ GEM ruby-progressbar (1.13.0) sem_version (2.0.1) strscan (3.1.0) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) PLATFORMS diff --git a/incr.gemspec b/incr.gemspec index ff63af9..ee2275c 100644 --- a/incr.gemspec +++ b/incr.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency('gli', '2.21.1') spec.add_runtime_dependency('sem_version', '2.0.1') - spec.add_runtime_dependency('git', '1.19.1') + spec.add_runtime_dependency('git', '2.1.1') spec.add_development_dependency('rake', '13.2.1') spec.add_development_dependency('rspec', '3.13.0')