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:
authorStan Hu <stanhu@gmail.com>2019-04-20 16:33:42 +0300
committerStan Hu <stanhu@gmail.com>2019-04-20 16:37:39 +0300
commit3a9a41d2247a0e26b24c46fff7e0d4af615c16fb (patch)
tree52a6a907353e9fc8ebf9861bd7b2938f7d4877b1 /ruby
parentbe75692aec26fb597f8cb3c485833f42282c6312 (diff)
Bump Ruby bundler version to 1.17.3
This matches the version we use in GitLab CE and avoids unnecessary gem duplication.
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)