Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down