diff options
author | Ken <ken.ding@mail.com> | 2018-02-21 22:09:15 +1030 |
---|---|---|
committer | Ken <ken.ding@mail.com> | 2018-02-21 22:09:15 +1030 |
commit | c5e385bd5a0274e4d40e647eadcb22043f0f6e92 (patch) | |
tree | a9511c00db844be6ad459c0547c445e947275584 /Gemfile | |
parent | 216d21c5496fb7e7666c3c3e7ebbdff1e8fd0493 (diff) | |
download | gitlab-ce-c5e385bd5a0274e4d40e647eadcb22043f0f6e92.tar.gz |
36847 - update toml-rb to 1.0.0
36847 - add changelog
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |