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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-03-29 11:01:33 +0300
committerDouwe Maan <douwe@gitlab.com>2018-03-29 11:01:33 +0300
commita405f59c1f101bc318c789ba950b90725afe2d1d (patch)
tree67a2c3e350e12b5b190c911dab50870de5ef0731 /Gemfile
parent9a733851284b874b59eb5f225c0cf5ead7fbfd9c (diff)
parent9c13b9978812dc28eac1433a9887c5e359d77576 (diff)
Merge branch 'sh-bump-rugged-0.27-0' into 'master'
Bump Rugged to 0.27.0 See merge request gitlab-org/gitlab-ce!18069
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b6283cc094c..a1e43700260 100644
--- a/Gemfile
+++ b/Gemfile
@@ -28,7 +28,7 @@ gem 'default_value_for', gem_versions['default_value_for']
gem 'mysql2', '~> 0.4.10', group: :mysql
gem 'pg', '~> 0.18.2', group: :postgres
-gem 'rugged', '~> 0.26.0'
+gem 'rugged', '~> 0.27'
gem 'grape-route-helpers', '~> 2.1.0'
gem 'faraday', '~> 0.12'