Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump git from 1.8.1 to 1.13.0
Bumps [git](https://github.com/ruby-git/ruby-git) from 1.8.1 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.8.1...v1.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 9, 2023
commit 477adfd67f7a30aeec00b3b20038ac65bc6d1d88
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem "tzinfo-data", "~> 1.2017", ">= 1.2017.3"
gem "bootsnap", ">= 1.1.0", require: false
gem "rack-cors", "~> 1.0", require: "rack/cors"
gem "rack-utf8_sanitizer", "~> 1.6"
gem "git", "~> 1.5"
gem "git", "~> 1.13"
gem "sprockets", "~> 3.7", ">= 3.7.2"

group :development, :test do
Expand Down
13 changes: 8 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
arel (9.0.0)
ast (2.4.2)
base32-url (0.5)
Expand Down Expand Up @@ -86,8 +86,9 @@ GEM
builder (3.2.4)
byebug (11.1.3)
cancancan (2.3.0)
capybara (3.35.3)
capybara (3.38.0)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
Expand Down Expand Up @@ -136,7 +137,8 @@ GEM
ffi (1.15.0)
gender_detector (0.1.2)
unicode_utils (>= 1.3.0)
git (1.8.1)
git (1.13.0)
addressable (~> 2.8)
rchardet (~> 1.8)
globalid (0.4.2)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -193,6 +195,7 @@ GEM
nokogiri (~> 1.10.4)
oj (>= 2.8.3)
oj_mimic_json (~> 1.0, >= 1.0.1)
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.0.3)
mini_portile2 (2.4.0)
Expand Down Expand Up @@ -370,7 +373,7 @@ DEPENDENCIES
dotenv
equivalent-xml (~> 0.6.0)
faraday (= 0.17.0)
git (~> 1.5)
git (~> 1.13)
iso8601 (~> 0.9.0)
jwt (~> 1.5, >= 1.5.4)
listen (~> 3.0.5)
Expand Down