diff --git a/Gemfile b/Gemfile index 8576597..b7c69e0 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "bootstrap", "~> 5.2" gem "cloudflare", "~> 4.3" gem "envkey", "~> 1.0" gem "friendly_id", "~> 5.5" -gem "git", "~> 1.12" +gem "git", "~> 1.13" gem "haml", "~> 6.0" gem "hiredis", "~> 0.6" gem "importmap-rails", "~> 1.1" diff --git a/Gemfile.lock b/Gemfile.lock index 8361f40..9eda57a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -162,7 +162,7 @@ GEM et-orbi (~> 1, >= 1.2.7) raabro (~> 1.4) gem_config (0.3.2) - git (1.12.0) + git (1.13.0) addressable (~> 2.8) rchardet (~> 1.8) globalid (1.0.0) @@ -232,7 +232,7 @@ GEM method_source (~> 1.0) psych (4.0.6) stringio - public_suffix (5.0.0) + public_suffix (5.0.1) puma (6.0.0) nio4r (~> 2.0) raabro (1.4.0) @@ -358,7 +358,7 @@ DEPENDENCIES dotenv-rails (~> 2.8) envkey (~> 1.0) friendly_id (~> 5.5) - git (~> 1.12) + git (~> 1.13) haml (~> 6.0) hiredis (~> 0.6) importmap-rails (~> 1.1)