Commit 58796f38 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

gitlab_git up to 1.2.1

parent 5075520f
...@@ -22,7 +22,8 @@ gem 'omniauth-twitter' ...@@ -22,7 +22,8 @@ gem 'omniauth-twitter'
gem 'omniauth-github' gem 'omniauth-github'
# Extracting information from a git repository # Extracting information from a git repository
gem 'gitlab_git', '~> 1.2.0' # Provide access to Gitlab::Git library
gem 'gitlab_git', '~> 1.2.1'
# Ruby/Rack Git Smart-HTTP Server Handler # Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 1.0.0', require: 'grack' gem 'gitlab-grack', '~> 1.0.0', require: 'grack'
......
...@@ -168,7 +168,7 @@ GEM ...@@ -168,7 +168,7 @@ GEM
gitlab-pygments.rb (0.3.2) gitlab-pygments.rb (0.3.2)
posix-spawn (~> 0.3.6) posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0) yajl-ruby (~> 1.1.0)
gitlab_git (1.2.0) gitlab_git (1.2.1)
activesupport (~> 3.2.13) activesupport (~> 3.2.13)
github-linguist (~> 2.3.4) github-linguist (~> 2.3.4)
gitlab-grit (~> 2.5.1) gitlab-grit (~> 2.5.1)
...@@ -512,7 +512,7 @@ DEPENDENCIES ...@@ -512,7 +512,7 @@ DEPENDENCIES
gitlab-gollum-lib (~> 1.0.0) gitlab-gollum-lib (~> 1.0.0)
gitlab-grack (~> 1.0.0) gitlab-grack (~> 1.0.0)
gitlab-pygments.rb (~> 0.3.2) gitlab-pygments.rb (~> 0.3.2)
gitlab_git (~> 1.2.0) gitlab_git (~> 1.2.1)
gitlab_meta (= 5.0) gitlab_meta (= 5.0)
gitlab_omniauth-ldap (= 1.0.2) gitlab_omniauth-ldap (= 1.0.2)
gon gon
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment