diff --git a/Gemfile b/Gemfile index f96da71..47fa602 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" ruby ">= 3.2" gem "octokit" -gem "git", "~> 5.1" +gem "git", "~> 5.3" group :development, :test do gem "rake" diff --git a/Gemfile.lock b/Gemfile.lock index 3c1a84d..639a95b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GEM public_suffix (>= 2.0.2, < 8.0) ast (2.4.3) base64 (0.3.0) - bigdecimal (4.1.2) + bigdecimal (4.1.3) concurrent-ruby (1.3.8) connection_pool (3.0.2) drb (2.2.3) @@ -28,10 +28,10 @@ GEM logger faraday-net_http (3.4.3) net-http (~> 0.5) - git (5.1.0) + git (5.3.0) activesupport (>= 5.0) addressable (~> 2.8) - process_executer (~> 4.0) + process_executer (~> 4.1) rchardet (~> 1.9) i18n (1.15.2) concurrent-ruby (~> 1.0) @@ -111,7 +111,7 @@ PLATFORMS ruby DEPENDENCIES - git (~> 5.1) + git (~> 5.3) minitest minitest-mock (~> 5.27) octokit