diff options
author | Stan Hu <stanhu@gmail.com> | 2018-03-28 13:41:45 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-03-28 13:41:45 -0700 |
commit | 9c13b9978812dc28eac1433a9887c5e359d77576 (patch) | |
tree | 9c1dfb51496e9d68bb1857ce39b10254a4e7c5e6 /Gemfile | |
parent | 11f8940b6f5fe177caf7fcd11054f889f613be88 (diff) | |
download | gitlab-ce-9c13b9978812dc28eac1433a9887c5e359d77576.tar.gz |
Bump Rugged to 0.27.0sh-bump-rugged-0.27-0
Release notes: https://github.com/libgit2/libgit2/releases/tag/v0.27.0
This version solves a significant performance issue with generating
large diffs: https://github.com/libgit2/libgit2/issues/4460
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |