Commit 11f864c9403e528c734d5c13a748b39733c9889e
1 parent
14b68586
Exists in
spb-stable
and in
3 other branches
Update gitlab_git and gitlab-grit gem versions
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
15 additions
and
15 deletions
Show diff stats
Gemfile
... | ... | @@ -30,7 +30,7 @@ gem 'omniauth-github' |
30 | 30 | |
31 | 31 | # Extracting information from a git repository |
32 | 32 | # Provide access to Gitlab::Git library |
33 | -gem "gitlab_git", '~> 5.7.1' | |
33 | +gem "gitlab_git", '~> 5.8' | |
34 | 34 | |
35 | 35 | # Ruby/Rack Git Smart-HTTP Server Handler |
36 | 36 | gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' | ... | ... |
Gemfile.lock
... | ... | @@ -50,7 +50,7 @@ GEM |
50 | 50 | rake (>= 0.8.7) |
51 | 51 | arel (4.0.2) |
52 | 52 | asciidoctor (0.1.4) |
53 | - atomic (1.1.14) | |
53 | + atomic (1.1.16) | |
54 | 54 | awesome_print (1.2.0) |
55 | 55 | axiom-types (0.0.5) |
56 | 56 | descendants_tracker (~> 0.0.1) |
... | ... | @@ -178,22 +178,22 @@ GEM |
178 | 178 | stringex (~> 1.5.1) |
179 | 179 | gitlab-grack (2.0.0.pre) |
180 | 180 | rack (~> 1.5.1) |
181 | - gitlab-grit (2.6.4) | |
182 | - charlock_holmes (~> 0.6.9) | |
181 | + gitlab-grit (2.6.5) | |
182 | + charlock_holmes (~> 0.6) | |
183 | 183 | diff-lcs (~> 1.1) |
184 | 184 | mime-types (~> 1.15) |
185 | - posix-spawn (~> 0.3.6) | |
185 | + posix-spawn (~> 0.3) | |
186 | 186 | gitlab-linguist (3.0.0) |
187 | 187 | charlock_holmes (~> 0.6.6) |
188 | 188 | escape_utils (~> 0.2.4) |
189 | 189 | mime-types (~> 1.19) |
190 | 190 | gitlab_emoji (0.0.1.1) |
191 | 191 | emoji (~> 1.0.1) |
192 | - gitlab_git (5.7.1) | |
193 | - activesupport (~> 4.0.0) | |
194 | - charlock_holmes (~> 0.6.9) | |
195 | - gitlab-grit (~> 2.6.1) | |
196 | - gitlab-linguist (~> 3.0.0) | |
192 | + gitlab_git (5.8.0) | |
193 | + activesupport (~> 4.0) | |
194 | + charlock_holmes (~> 0.6) | |
195 | + gitlab-grit (~> 2.6) | |
196 | + gitlab-linguist (~> 3.0) | |
197 | 197 | rugged (~> 0.19.0) |
198 | 198 | gitlab_meta (6.0) |
199 | 199 | gitlab_omniauth-ldap (1.0.4) |
... | ... | @@ -285,7 +285,7 @@ GEM |
285 | 285 | method_source (0.8.2) |
286 | 286 | mime-types (1.25.1) |
287 | 287 | minitest (4.7.5) |
288 | - multi_json (1.8.4) | |
288 | + multi_json (1.9.2) | |
289 | 289 | multi_xml (0.5.5) |
290 | 290 | multipart-post (1.2.0) |
291 | 291 | mysql2 (0.3.11) |
... | ... | @@ -507,8 +507,8 @@ GEM |
507 | 507 | eventmachine (>= 1.0.0) |
508 | 508 | rack (>= 1.0.0) |
509 | 509 | thor (0.18.1) |
510 | - thread_safe (0.1.3) | |
511 | - atomic | |
510 | + thread_safe (0.3.1) | |
511 | + atomic (>= 1.1.7, < 2) | |
512 | 512 | tilt (1.4.1) |
513 | 513 | timers (1.1.0) |
514 | 514 | tinder (1.9.3) |
... | ... | @@ -530,7 +530,7 @@ GEM |
530 | 530 | eventmachine (>= 0.12.8) |
531 | 531 | http_parser.rb (~> 0.5.1) |
532 | 532 | simple_oauth (~> 0.1.4) |
533 | - tzinfo (0.3.38) | |
533 | + tzinfo (0.3.39) | |
534 | 534 | uglifier (2.3.2) |
535 | 535 | execjs (>= 0.3.0) |
536 | 536 | json (>= 1.8.0) |
... | ... | @@ -593,7 +593,7 @@ DEPENDENCIES |
593 | 593 | gitlab-grack (~> 2.0.0.pre) |
594 | 594 | gitlab-linguist (~> 3.0.0) |
595 | 595 | gitlab_emoji (~> 0.0.1.1) |
596 | - gitlab_git (~> 5.7.1) | |
596 | + gitlab_git (~> 5.8) | |
597 | 597 | gitlab_meta (= 6.0) |
598 | 598 | gitlab_omniauth-ldap (= 1.0.4) |
599 | 599 | gon (~> 5.0.0) | ... | ... |