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.lock | |
parent | 216d21c5496fb7e7666c3c3e7ebbdff1e8fd0493 (diff) | |
download | gitlab-ce-c5e385bd5a0274e4d40e647eadcb22043f0f6e92.tar.gz |
36847 - update toml-rb to 1.0.0
36847 - add changelog
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 8de6c8d80a8..2e0bf594f01 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -924,7 +924,7 @@ GEM timfel-krb5-auth (0.8.3) toml (0.1.2) parslet (~> 1.5.0) - toml-rb (0.3.15) + toml-rb (1.0.0) citrus (~> 3.0, > 3.0) truncato (0.7.10) htmlentities (~> 4.3.1) @@ -1201,7 +1201,7 @@ DEPENDENCIES test_after_commit (~> 1.1) thin (~> 1.7.0) timecop (~> 0.8.0) - toml-rb (~> 0.3.15) + toml-rb (~> 1.0.0) truncato (~> 0.7.9) u2f (~> 0.2.1) uglifier (~> 2.7.2) |