diff --git a/Gemfile b/Gemfile index 7af7bf9..9492bc6 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" ruby ">= 3.2" gem "octokit" -gem "git", "~> 4.3" +gem "git", "~> 4.4" group :development, :test do gem "rake" diff --git a/Gemfile.lock b/Gemfile.lock index a2d70a4..dd8e886 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (8.1.3) + activesupport (8.1.3.1) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -19,7 +19,7 @@ GEM ast (2.4.3) base64 (0.3.0) bigdecimal (4.1.2) - concurrent-ruby (1.3.6) + concurrent-ruby (1.3.8) connection_pool (3.0.2) drb (2.2.3) faraday (2.14.2) @@ -28,14 +28,14 @@ GEM logger faraday-net_http (3.4.3) net-http (~> 0.5) - git (4.3.2) + git (4.4.0) activesupport (>= 5.0) addressable (~> 2.8) process_executer (~> 4.0) rchardet (~> 1.9) - i18n (1.14.8) + i18n (1.15.2) concurrent-ruby (~> 1.0) - json (2.19.5) + json (2.21.2) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) @@ -59,7 +59,7 @@ GEM racc (1.8.1) rainbow (3.1.1) rake (13.4.2) - rchardet (1.10.0) + rchardet (1.10.2) regexp_parser (2.12.0) rubocop (1.84.2) json (~> 2.3) @@ -111,7 +111,7 @@ PLATFORMS ruby DEPENDENCIES - git (~> 4.3) + git (~> 4.4) minitest minitest-mock (~> 5.27) octokit