Skip to content

Commit

Permalink
Bump git from 2.3.1 to 2.3.2
Browse files Browse the repository at this point in the history
Bumps [git](https://github.com/ruby-git/ruby-git) from 2.3.1 to 2.3.2.
- [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@v2.3.1...v2.3.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 15592e6 commit c081e64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 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', '~> 2.3.1'
gem 'git', '~> 2.3.2'
gem 'json', '~> 2.8'
gem 'octokit', '~> 9.2.0'

Expand Down
13 changes: 8 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.1.2)
activesupport (8.0.0)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
Expand All @@ -12,10 +13,12 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
Expand All @@ -26,7 +29,7 @@ GEM
logger
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
git (2.3.1)
git (2.3.2)
activesupport (>= 5.0)
addressable (~> 2.8)
process_executer (~> 1.1)
Expand All @@ -36,7 +39,7 @@ GEM
json (2.8.2)
language_server-protocol (3.17.0.3)
logger (1.6.1)
minitest (5.25.1)
minitest (5.25.2)
net-http (0.5.0)
uri
octokit (9.2.0)
Expand Down Expand Up @@ -68,7 +71,7 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
securerandom (0.3.1)
securerandom (0.3.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
Expand All @@ -79,7 +82,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
git (~> 2.3.1)
git (~> 2.3.2)
json (~> 2.8)
octokit (~> 9.2.0)
rubocop (~> 1.66)
Expand Down

0 comments on commit c081e64

Please sign in to comment.