diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-13 09:47:50 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-13 09:47:50 -0700 |
commit | b09e8c771c19953cbebbce5b546d0d92ba9d623e (patch) | |
tree | 1aabf8d9ac3d5b8ebf621a287224b3750f86dd03 /Gemfile | |
parent | b8f5e23f270df85b32baa1fd6912b6a5eb334755 (diff) | |
download | gitlab-ce-b09e8c771c19953cbebbce5b546d0d92ba9d623e.tar.gz |
Bump gitlab_git to 7.1.1
Verify found object is actually a commit in Commit.find
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ gem "browser" # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '7.1.0' +gem "gitlab_git", '~> 7.1.0' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 2.0.0.rc2', require: 'grack' |