diff options
author | Stan Hu <stanhu@gmail.com> | 2015-11-09 04:40:29 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-11-09 08:17:17 -0800 |
commit | 4017a4fcbcb0ed1beb56718cf586c38bbb951527 (patch) | |
tree | 4544c9850dcb879d5b20d25576a8961a9dc418bd /Gemfile | |
parent | 62769e2050efebec3beb1f1ddaa65d77e7182aaf (diff) | |
download | gitlab-ce-4017a4fcbcb0ed1beb56718cf586c38bbb951527.tar.gz |
Upgrade gitlab_git to 7.2.20 and rugged to 0.23.3.
Switch back to github-linguist
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -40,7 +40,7 @@ gem "browser", '~> 1.0.0' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '~> 7.2.19' +gem "gitlab_git", '~> 7.2.20' # LDAP Auth # GitLab fork with several improvements to original library. For full list of changes @@ -51,11 +51,7 @@ gem 'gitlab_omniauth-ldap', '~> 1.2.1', require: "omniauth-ldap" gem 'gollum-lib', '~> 4.0.2' # Language detection -# GitLab fork of linguist does not require pygments/python dependency. -# New version of original gem also dropped pygments support but it has strict -# dependency to unstable rugged version. We have internal issue for replacing -# fork with original gem when we meet on same rugged version - https://dev.gitlab.org/gitlab/gitlabhq/issues/2052. -gem "gitlab-linguist", "~> 3.0.1", require: "linguist" +gem "github-linguist", "~> 4.7.0", require: "linguist" # API gem 'grape', '~> 0.6.1' @@ -185,7 +181,7 @@ gem 'ace-rails-ap', '~> 2.0.1' gem 'mousetrap-rails', '~> 1.4.6' # Detect and convert string character encoding -gem 'charlock_holmes', '~> 0.6.9.4' +gem 'charlock_holmes', '~> 0.7.3' gem "sass-rails", '~> 4.0.5' gem "coffee-rails", '~> 4.1.0' |