diff options
author | Stan Hu <stanhu@gmail.com> | 2019-08-10 07:47:39 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-08-10 07:47:39 -0700 |
commit | 3b5dab8e77ec691ccfc919a0bdc5fca628a6f463 (patch) | |
tree | 58a3b1bcfd29c98ea51d83ee88486407a92a7e20 /Gemfile.lock | |
parent | ea671dec7f9db06c1d45ddd1536c1af194de8f62 (diff) | |
download | gitlab-ce-3b5dab8e77ec691ccfc919a0bdc5fca628a6f463.tar.gz |
Update ffi gem to 1.11.1sh-update-ffi
This reduces duplication on Omnibus GitLab and saves about ~8 MB of disk
space.
Full list of changes:
https://github.com/ffi/ffi/blob/master/CHANGELOG.md
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 80f36a9457c..a74492dadc1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -236,7 +236,7 @@ GEM fast_blank (1.0.0) fast_gettext (1.6.0) ffaker (2.10.0) - ffi (1.10.0) + ffi (1.11.1) flipper (0.13.0) flipper-active_record (0.13.0) activerecord (>= 3.2, < 6) |