Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
Showing
... | ... | @@ -30,7 +30,7 @@ gem 'rqrcode-rails3' |
gem 'attr_encrypted', '1.3.4' | ||
# Browser detection | ||
gem "browser" | ||
gem "browser", '~> 0.8.0' | ||
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
... | ... | @@ -81,7 +81,7 @@ gem "carrierwave" |
gem 'dropzonejs-rails' | ||
# for aws storage | ||
gem "fog", "~> 1.14" | ||
gem "fog", "~> 1.25.0" | ||
gem "unf" | ||
# Authorization | ||
... | ... |
Please register or sign in to comment