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 | 39 | gem "gitlab-gollum-lib", "~> 1.0.2", require: 'gollum-lib' |
| 40 | 40 | |
| 41 | 41 | # Language detection |
| 42 | -gem "gitlab-linguist", "~> 2.9.5", require: "linguist" | |
| 42 | +gem "gitlab-linguist", "~> 2.9.6", require: "linguist" | |
| 43 | 43 | |
| 44 | 44 | # API |
| 45 | 45 | gem "grape", "~> 0.4.1" | ... | ... |
Gemfile.lock
| ... | ... | @@ -116,7 +116,7 @@ GEM |
| 116 | 116 | enumerize (0.6.1) |
| 117 | 117 | activesupport (>= 3.2) |
| 118 | 118 | erubis (2.7.0) |
| 119 | - escape_utils (0.3.2) | |
| 119 | + escape_utils (0.2.4) | |
| 120 | 120 | eventmachine (1.0.3) |
| 121 | 121 | excon (0.13.4) |
| 122 | 122 | execjs (1.4.0) |
| ... | ... | @@ -171,9 +171,9 @@ GEM |
| 171 | 171 | diff-lcs (~> 1.1) |
| 172 | 172 | mime-types (~> 1.15) |
| 173 | 173 | posix-spawn (~> 0.3.6) |
| 174 | - gitlab-linguist (2.9.5) | |
| 174 | + gitlab-linguist (2.9.6) | |
| 175 | 175 | charlock_holmes (~> 0.6.6) |
| 176 | - escape_utils (~> 0.3.1) | |
| 176 | + escape_utils (~> 0.2.4) | |
| 177 | 177 | gitlab-pygments.rb (~> 0.5.4) |
| 178 | 178 | mime-types (~> 1.19) |
| 179 | 179 | gitlab-pygments.rb (0.5.4) |
| ... | ... | @@ -577,7 +577,7 @@ DEPENDENCIES |
| 577 | 577 | gitlab-flowdock-git-hook (~> 0.4.2) |
| 578 | 578 | gitlab-gollum-lib (~> 1.0.2) |
| 579 | 579 | gitlab-grack (~> 1.0.1) |
| 580 | - gitlab-linguist (~> 2.9.5) | |
| 580 | + gitlab-linguist (~> 2.9.6) | |
| 581 | 581 | gitlab-pygments.rb (~> 0.5.4) |
| 582 | 582 | gitlab_git (~> 3.1.0) |
| 583 | 583 | gitlab_meta (= 6.0) | ... | ... |