diff --git a/scripts/Gemfile b/scripts/Gemfile index af47bb6bef524..b528e6124d54d 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.11.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..1fee0da2f92d3 100644 --- a/scripts/Gemfile.lock +++ b/scripts/Gemfile.lock @@ -20,7 +20,8 @@ GEM differ (0.1.2) erubi (1.8.0) front_matter_parser (0.2.1) - git (1.3.0) + git (1.11.0) + rchardet (~> 1.8) i18n (1.6.0) concurrent-ruby (~> 1.0) loofah (2.3.1) @@ -37,6 +38,7 @@ GEM 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 +58,7 @@ DEPENDENCIES activesupport (~> 6.0) differ (~> 0.1) front_matter_parser (~> 0.2) - git (~> 1.3.0) + git (~> 1.11.0) paint (~> 2.1) parallel (~> 1.17.0) semantic (~> 1.6.1)