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:
authorKen <ken.ding@mail.com>2018-02-21 14:39:15 +0300
committerKen <ken.ding@mail.com>2018-02-21 14:39:15 +0300
commitc5e385bd5a0274e4d40e647eadcb22043f0f6e92 (patch)
treea9511c00db844be6ad459c0547c445e947275584 /Gemfile
parent216d21c5496fb7e7666c3c3e7ebbdff1e8fd0493 (diff)
36847 - update toml-rb to 1.0.0
36847 - add changelog
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a05ca23f5eb..08f16e11724 100644
--- a/Gemfile
+++ b/Gemfile
@@ -415,7 +415,7 @@ gem 'gitaly-proto', '~> 0.84.0', require: 'gitaly'
# Locked until https://github.com/google/protobuf/issues/4210 is closed
gem 'google-protobuf', '= 3.5.1'
-gem 'toml-rb', '~> 0.3.15', require: false
+gem 'toml-rb', '~> 1.0.0', require: false
# Feature toggles
gem 'flipper', '~> 0.11.0'