Update Rugged to v1.0.1
This also updates the associated dependencies. This matches the Gitaly work in https://gitlab.com/gitlab-org/gitaly/-/merge_requests/3076 for https://gitlab.com/gitlab-org/gitaly/-/issues/2856.
Showing
... | ... | @@ -15,7 +15,7 @@ gem 'default_value_for', '~> 3.4.0' |
# Supported DBs | ||
gem 'pg', '~> 1.1' | ||
gem 'rugged', '~> 0.28' | ||
gem 'rugged', '~> 1.0.1' | ||
gem 'grape-path-helpers', '~> 1.6.1' | ||
gem 'faraday', '~> 1.0' | ||
... | ... | @@ -266,7 +266,7 @@ gem 'babosa', '~> 1.0.2' |
gem 'loofah', '~> 2.2' | ||
# Working with license | ||
gem 'licensee', '~> 8.9' | ||
gem 'licensee', '~> 9.14.1' | ||
# Detect and convert string character encoding | ||
gem 'charlock_holmes', '~> 0.7.7' | ||
... | ... |
Please register or sign in to comment