diff options
author | Alejandro RodrÃguez <alejorro70@gmail.com> | 2018-11-10 12:59:29 -0300 |
---|---|---|
committer | Alejandro RodrÃguez <alejorro70@gmail.com> | 2018-11-11 18:58:17 -0300 |
commit | 1e1f99f2b1b3d79f4b767362fbf8fe1838348175 (patch) | |
tree | f9adce67c07a51ab6aad11226a1d31d0626d9132 /Gemfile.lock | |
parent | 4aa41d07e16ca03f5f56b7cc5c136d86d51666c2 (diff) | |
download | gitlab-ce-1e1f99f2b1b3d79f4b767362fbf8fe1838348175.tar.gz |
Update gitlab-markup gem to avoid binary name collision53082-gitlab-ce-11-4-0-gemfile-conflict-gitlab-markup-and-github-markup
See https://gitlab.com/gitlab-org/gitlab-ce/issues/53082
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 50e3ddef1e1..032de064820 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -272,7 +272,7 @@ GEM gitaly-proto (0.123.0) grpc (~> 1.0) github-markup (1.7.0) - gitlab-markup (1.6.4) + gitlab-markup (1.6.5) gitlab-sidekiq-fetcher (0.3.0) sidekiq (~> 5) gitlab-styles (2.4.1) @@ -995,7 +995,7 @@ DEPENDENCIES gettext_i18n_rails_js (~> 1.3) gitaly-proto (~> 0.123.0) github-markup (~> 1.7.0) - gitlab-markup (~> 1.6.4) + gitlab-markup (~> 1.6.5) gitlab-sidekiq-fetcher gitlab-styles (~> 2.4) gitlab_omniauth-ldap (~> 2.0.4) |