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
path: root/ruby
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-01-27 16:57:55 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-01-27 16:58:56 +0300
commitfe41f944f5fdeeefdb9ad374b88da67475132253 (patch)
treeedd578be24204921c616b532654f9b8effd51bc7 /ruby
parent1d58eff782795baae12da9352a6240d38f663942 (diff)
ruby: Bump Rugged Gem to match Gitaly's libgit2 version
The Rugged Gem is still using libgit2 v1.2.0. Bump it to v1.5.1 so that we're using the same libgit2 version across both Rugged and Git2go.
Diffstat (limited to 'ruby')
-rw-r--r--ruby/Gemfile2
-rw-r--r--ruby/Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/ruby/Gemfile b/ruby/Gemfile
index a00313725..2a39e4884 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
-gem 'rugged', '~> 1.2'
+gem 'rugged', '~> 1.5.1'
gem 'gitlab-markup', '~> 1.7.1'
gem 'activesupport', '~> 6.1.6.1'
gem 'grpc', '~> 1.42.0' # keep in lock-step with grpc-tools in ../tools/protogem
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index cb4eef5c9..34a5bd049 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -160,7 +160,7 @@ GEM
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
rubyzip (2.3.2)
- rugged (1.2.0)
+ rugged (1.5.1)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
@@ -200,7 +200,7 @@ DEPENDENCIES
rspec
rspec-parameterized
rubocop (~> 1.38)
- rugged (~> 1.2)
+ rugged (~> 1.5.1)
sentry-raven (~> 3.0)
timecop