diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-10 12:36:22 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-10 12:36:22 +0300 |
commit | 251945e2e56b52daaeb9c8f71fcea90ba6ad928b (patch) | |
tree | a5f16055b1ad8e94f0181417a01fcd51dd706dbb /Gemfile | |
parent | 2ab782ae37c6a9f3efcd68ac9d486eafe1b23f3d (diff) | |
download | gitlab-ce-251945e2e56b52daaeb9c8f71fcea90ba6ad928b.tar.gz |
Update gitlab-grack. Fixes issue with --depth option
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ gem 'omniauth-github' gem 'gitlab_git', '~> 1.3.0' # Ruby/Rack Git Smart-HTTP Server Handler -gem 'gitlab-grack', '~> 1.0.0', require: 'grack' +gem 'gitlab-grack', '~> 1.0.1', require: 'grack' # LDAP Auth gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap" |