diff --git a/scripts/Gemfile b/scripts/Gemfile index af47bb6bef524..d16ab7db58c38 100644 --- a/scripts/Gemfile +++ b/scripts/Gemfile @@ -5,7 +5,7 @@ gem 'activesupport', '~> 6.0' gem 'actionview', '~> 6.0' gem 'differ', '~> 0.1' gem 'front_matter_parser', '~> 0.2' -gem 'git', '~> 1.3.0' +gem 'git', '~> 1.13.0' gem 'paint', '~> 2.1' gem 'parallel', '~> 1.17.0' gem 'semantic', '~> 1.6.1' diff --git a/scripts/Gemfile.lock b/scripts/Gemfile.lock index 80e784b49f95a..75d2e3b9e698c 100644 --- a/scripts/Gemfile.lock +++ b/scripts/Gemfile.lock @@ -13,6 +13,8 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.1, >= 2.1.8) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) builder (3.2.3) citrus (3.0.2) concurrent-ruby (1.1.5) @@ -20,7 +22,9 @@ GEM differ (0.1.2) erubi (1.8.0) front_matter_parser (0.2.1) - git (1.3.0) + git (1.13.0) + addressable (~> 2.8) + rchardet (~> 1.8) i18n (1.6.0) concurrent-ruby (~> 1.0) loofah (2.3.1) @@ -32,11 +36,13 @@ GEM mini_portile2 (~> 2.4.0) paint (2.1.1) parallel (1.17.0) + public_suffix (5.0.1) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) rails-html-sanitizer (1.2.0) loofah (~> 2.2, >= 2.2.2) + rchardet (1.8.0) semantic (1.6.1) thread_safe (0.3.6) toml-rb (2.0.0) @@ -56,7 +62,7 @@ DEPENDENCIES activesupport (~> 6.0) differ (~> 0.1) front_matter_parser (~> 0.2) - git (~> 1.3.0) + git (~> 1.13.0) paint (~> 2.1) parallel (~> 1.17.0) semantic (~> 1.6.1)