Merge branch 'update_rugged' into 'master'

Update rugged and libgit2 to 0.21.2

This is needed because we have to match the version of rugged in gitlab-rails's Gemfile.

See merge request !253
This commit is contained in:
Marin Jankovski 2014-11-24 15:33:27 +00:00
commit 66ac2e805a
3 changed files with 5 additions and 2 deletions

View File

@ -3,6 +3,9 @@
The latest version of this file can be found at the master branch of the
omnibus-gitlab repository.
7.6.0
- Update libgit2 and rugged to version 0.21.2
7.5.0
- Use system UIDs and GIDs when creating accounts (Tim Bishop) cfc04342129a4c4dca5c4827d541c8888adadad3
- Bundle GitLab CI with the package 3715204d86900e8501483f70c6370ba4e3f2bb3d

View File

@ -17,7 +17,7 @@
#
name "libgit2"
default_version "v0.21.1"
default_version "v0.21.2"
source git: "git://github.com/libgit2/libgit2.git"

View File

@ -17,7 +17,7 @@
#
name "rugged"
default_version "0.21.0"
default_version "0.21.2"
dependency "ruby"
dependency "rubygems"