Skip to content

Commit

Permalink
Bump git from 1.11.0 to 1.13.0 (#127)
Browse files Browse the repository at this point in the history
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](ruby-git/ruby-git@v1.11.0...v1.13.0)

---
updated-dependencies:
- dependency-name: git
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2023
1 parent 1b2ce11 commit 9cb6ebf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 9cb6ebf

Please sign in to comment.