From 9cb6ebf538bba0e737f7aa1ac0a7011f67e84abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 14:09:36 +0100 Subject: [PATCH] Bump git from 1.11.0 to 1.13.0 (#127) Bumps [git](https://github.com/ruby-git/ruby-git) from 1.11.0 to 1.13.0. - [Release notes](https://github.com/ruby-git/ruby-git/releases) - [Changelog](https://github.com/ruby-git/ruby-git/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-git/ruby-git/compare/v1.11.0...v1.13.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 36dbc20..4d53602 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem "pry", "~> 0.12.2" gem 'ffi', "~> 1.15.5", git: "https://github.com/ffi/ffi", submodules: true -gem "git", "~> 1.11" +gem "git", "~> 1.13" gem "nokogiri", "~> 1.13.10" gem "babel-transpiler", ">= 0.7.0", git: "https://github.com/isantoshsingh/ruby-babel-transpiler" gem "therubyracer" diff --git a/Gemfile.lock b/Gemfile.lock index 7ff06eb..80a3808 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,7 +67,8 @@ GEM path_expander (~> 1.0) ruby_parser (~> 3.1, > 3.1.0) sexp_processor (~> 4.8) - git (1.11.0) + git (1.13.0) + addressable (~> 2.8) rchardet (~> 1.8) hashery (2.1.2) html-proofer (3.15.2) @@ -222,7 +223,7 @@ DEPENDENCIES coderay (~> 1.1) concurrent-ruby (~> 1.1) ffi (~> 1.15.5)! - git (~> 1.11) + git (~> 1.13) html-proofer (~> 3.15) inch (~> 0.8.0) json (~> 2.3)