diff --git a/Gemfile b/Gemfile index 69faface..b9db46df 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,7 @@ gem "view_component", "~> 3.23" gem "frozen_record", "~> 0.27.4" # Library to create, read and manipulate Git repositories -gem "git", "~> 2.3" +gem "git", "~> 4.0" # Ruby's bikeshed-proof linter and formatter gem "standard", "~> 1.50" diff --git a/Gemfile.lock b/Gemfile.lock index 215ac322..45189117 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,11 +120,11 @@ GEM erubi (1.13.1) frozen_record (0.27.4) activemodel - git (2.3.3) + git (4.0.2) activesupport (>= 5.0) addressable (~> 2.8) - process_executer (~> 1.1) - rchardet (~> 1.8) + process_executer (~> 4.0) + rchardet (~> 1.9) globalid (1.2.1) activesupport (>= 6.1) i18n (1.14.7) @@ -193,11 +193,12 @@ GEM prettyprint prettyprint (0.2.0) prism (1.4.0) - process_executer (1.2.0) + process_executer (4.0.0) + track_open_instances (~> 0.1) psych (5.2.6) date stringio - public_suffix (6.0.1) + public_suffix (6.0.2) puma (6.6.0) nio4r (~> 2.0) racc (1.8.1) @@ -242,7 +243,7 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.3.0) - rchardet (1.8.0) + rchardet (1.9.0) rdoc (6.14.0) erb psych (>= 4.0.0) @@ -317,6 +318,7 @@ GEM stringio (3.1.7) thor (1.3.2) timeout (0.4.3) + track_open_instances (0.1.15) turbo-rails (2.0.16) actionpack (>= 7.1.0) railties (>= 7.1.0) @@ -365,7 +367,7 @@ DEPENDENCIES debug erb_lint (~> 0.9.0) frozen_record (~> 0.27.4) - git (~> 2.3) + git (~> 4.0) irb (~> 1.15) jbuilder jsbundling-rails