Commit ddc44b908b31238a0164331dd8cd5be82eb32bd3
1 parent
426bce65
Exists in
master
and in
4 other branches
Update gitlab-linguist version
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
Gemfile
| @@ -39,7 +39,7 @@ gem "gitlab-pygments.rb", '~> 0.5.4', require: 'pygments.rb' | @@ -39,7 +39,7 @@ gem "gitlab-pygments.rb", '~> 0.5.4', require: 'pygments.rb' | ||
| 39 | gem "gitlab-gollum-lib", "~> 1.0.2", require: 'gollum-lib' | 39 | gem "gitlab-gollum-lib", "~> 1.0.2", require: 'gollum-lib' |
| 40 | 40 | ||
| 41 | # Language detection | 41 | # Language detection |
| 42 | -gem "gitlab-linguist", "~> 2.9.5", require: "linguist" | 42 | +gem "gitlab-linguist", "~> 2.9.6", require: "linguist" |
| 43 | 43 | ||
| 44 | # API | 44 | # API |
| 45 | gem "grape", "~> 0.4.1" | 45 | gem "grape", "~> 0.4.1" |
Gemfile.lock
| @@ -116,7 +116,7 @@ GEM | @@ -116,7 +116,7 @@ GEM | ||
| 116 | enumerize (0.6.1) | 116 | enumerize (0.6.1) |
| 117 | activesupport (>= 3.2) | 117 | activesupport (>= 3.2) |
| 118 | erubis (2.7.0) | 118 | erubis (2.7.0) |
| 119 | - escape_utils (0.3.2) | 119 | + escape_utils (0.2.4) |
| 120 | eventmachine (1.0.3) | 120 | eventmachine (1.0.3) |
| 121 | excon (0.13.4) | 121 | excon (0.13.4) |
| 122 | execjs (1.4.0) | 122 | execjs (1.4.0) |
| @@ -171,9 +171,9 @@ GEM | @@ -171,9 +171,9 @@ GEM | ||
| 171 | diff-lcs (~> 1.1) | 171 | diff-lcs (~> 1.1) |
| 172 | mime-types (~> 1.15) | 172 | mime-types (~> 1.15) |
| 173 | posix-spawn (~> 0.3.6) | 173 | posix-spawn (~> 0.3.6) |
| 174 | - gitlab-linguist (2.9.5) | 174 | + gitlab-linguist (2.9.6) |
| 175 | charlock_holmes (~> 0.6.6) | 175 | charlock_holmes (~> 0.6.6) |
| 176 | - escape_utils (~> 0.3.1) | 176 | + escape_utils (~> 0.2.4) |
| 177 | gitlab-pygments.rb (~> 0.5.4) | 177 | gitlab-pygments.rb (~> 0.5.4) |
| 178 | mime-types (~> 1.19) | 178 | mime-types (~> 1.19) |
| 179 | gitlab-pygments.rb (0.5.4) | 179 | gitlab-pygments.rb (0.5.4) |
| @@ -577,7 +577,7 @@ DEPENDENCIES | @@ -577,7 +577,7 @@ DEPENDENCIES | ||
| 577 | gitlab-flowdock-git-hook (~> 0.4.2) | 577 | gitlab-flowdock-git-hook (~> 0.4.2) |
| 578 | gitlab-gollum-lib (~> 1.0.2) | 578 | gitlab-gollum-lib (~> 1.0.2) |
| 579 | gitlab-grack (~> 1.0.1) | 579 | gitlab-grack (~> 1.0.1) |
| 580 | - gitlab-linguist (~> 2.9.5) | 580 | + gitlab-linguist (~> 2.9.6) |
| 581 | gitlab-pygments.rb (~> 0.5.4) | 581 | gitlab-pygments.rb (~> 0.5.4) |
| 582 | gitlab_git (~> 3.1.0) | 582 | gitlab_git (~> 3.1.0) |
| 583 | gitlab_meta (= 6.0) | 583 | gitlab_meta (= 6.0) |