Skip to content

Commit

Permalink
Bump git from 1.18.0 to 1.19.0
Browse files Browse the repository at this point in the history
Bumps [git](https://github.com/ruby-git/ruby-git) from 1.18.0 to 1.19.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.18.0...v1.19.0)

---
updated-dependencies:
- dependency-name: git
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 29, 2023
1 parent 7301d23 commit 15a274f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

gem 'git', '~> 1.18.0'
gem 'git', '~> 1.19.0'
gem 'json', '~> 2.7'
gem 'octokit', '~> 8.0.0'

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.1.1)
Expand All @@ -10,7 +10,7 @@ GEM
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
git (1.18.0)
git (1.19.0)
addressable (~> 2.8)
rchardet (~> 1.8)
json (2.7.1)
Expand All @@ -22,7 +22,7 @@ GEM
parser (3.2.2.4)
ast (~> 2.4.1)
racc
public_suffix (5.0.3)
public_suffix (5.0.4)
racc (1.7.3)
rainbow (3.1.1)
rchardet (1.8.0)
Expand Down Expand Up @@ -53,7 +53,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
git (~> 1.18.0)
git (~> 1.19.0)
json (~> 2.7)
octokit (~> 8.0.0)
rubocop (~> 1.59)
Expand Down

0 comments on commit 15a274f

Please sign in to comment.