Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Okstad <pokstad@gitlab.com>2019-02-28 22:00:54 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-02-28 22:00:54 +0300
commit63c0b18c76e88ae21bab79749e7efa21431ad907 (patch)
tree5953d78c903f1f637eb1c3c398390fb6c52e33b0
parent45e7519067daffe917a38a45be28dc64cf90d52f (diff)
parent636d078c09f0ed35cbc8976568f4670cc0571106 (diff)
Merge branch 'sh-bump-rugged-0.28.0' into 'master'
Bump Rugged to 0.28.0 See merge request gitlab-org/gitaly!1107
-rw-r--r--changelogs/unreleased/sh-bump-rugged-0-28-0.yml5
-rw-r--r--ruby/Gemfile2
-rw-r--r--ruby/Gemfile.lock4
3 files changed, 8 insertions, 3 deletions
diff --git a/changelogs/unreleased/sh-bump-rugged-0-28-0.yml b/changelogs/unreleased/sh-bump-rugged-0-28-0.yml
new file mode 100644
index 000000000..e5cb7a1e3
--- /dev/null
+++ b/changelogs/unreleased/sh-bump-rugged-0-28-0.yml
@@ -0,0 +1,5 @@
+---
+title: Bump Rugged to 0.28.0
+merge_request:
+author:
+type: fixed
diff --git a/ruby/Gemfile b/ruby/Gemfile
index f01a571e1..fa9213a5c 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
# Require bundler >= 1.16.5 to avoid this bug: https://github.com/bundler/bundler/issues/6537
gem 'bundler', '>= 1.16.5'
-gem 'rugged', '~> 0.27'
+gem 'rugged', '~> 0.28'
gem 'github-linguist', '~> 6.1', require: 'linguist'
gem 'gitlab-markup', '~> 1.6.5'
gem 'gitaly-proto', '~> 1.12.0'
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index a51408a61..7c1a67447 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -141,7 +141,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.10.0)
- rugged (0.27.5)
+ rugged (0.28.0)
safe_yaml (1.0.4)
sanitize (4.6.6)
crass (~> 1.0.2)
@@ -197,7 +197,7 @@ DEPENDENCIES
rspec
rspec-parameterized
rubocop (~> 0.50)
- rugged (~> 0.27)
+ rugged (~> 0.28)
sentry-raven (~> 2.7.2)
simplecov (~> 0.9.0)
timecop