diff --git a/Gemfile b/Gemfile index ba1a5cb..f96da71 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" ruby ">= 3.2" gem "octokit" -gem "git", "~> 5.0" +gem "git", "~> 5.1" group :development, :test do gem "rake" diff --git a/Gemfile.lock b/Gemfile.lock index 870e559..3c1a84d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,7 +28,7 @@ GEM logger faraday-net_http (3.4.3) net-http (~> 0.5) - git (5.0.3) + git (5.1.0) activesupport (>= 5.0) addressable (~> 2.8) process_executer (~> 4.0) @@ -53,7 +53,7 @@ GEM ast (~> 2.4.1) racc prism (1.9.0) - process_executer (4.0.4) + process_executer (4.1.1) track_open_instances (~> 0.1) public_suffix (7.0.5) racc (1.8.1) @@ -111,7 +111,7 @@ PLATFORMS ruby DEPENDENCIES - git (~> 5.0) + git (~> 5.1) minitest minitest-mock (~> 5.27) octokit