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:
Diffstat (limited to 'ruby')
-rw-r--r--ruby/Gemfile2
-rw-r--r--ruby/Gemfile.lock2
2 files changed, 2 insertions, 2 deletions
diff --git a/ruby/Gemfile b/ruby/Gemfile
index c111744a1..b525ecdd4 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -1,7 +1,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 'bundler', '>= 1.17.3'
gem 'rugged', '~> 0.28'
gem 'github-linguist', '~> 6.1', require: 'linguist'
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index fec103a23..f1865cec8 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -179,7 +179,7 @@ PLATFORMS
DEPENDENCIES
activesupport (~> 5.0.2)
- bundler (>= 1.16.5)
+ bundler (>= 1.17.3)
factory_bot
faraday (~> 0.12)
gitaly-proto (~> 1.22.0)