Commit 38397dbed22fe19eb25b235c02dbf1196283b79e

Authored by Dmitriy Zaporozhets
2 parents 180ab975 db5b70b1

Merge pull request #5983 from yasuoza/fix/6-4-stable

Fix 'gon' gem install failure. refs #5955
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Gemfile.lock
... ... @@ -591,7 +591,7 @@ DEPENDENCIES
591 591 gitlab_git (~> 4.0.0.pre)
592 592 gitlab_meta (= 6.0)
593 593 gitlab_omniauth-ldap (= 1.0.3)
594   - gon!
  594 + gon (~> 5.0.0)
595 595 grape (~> 0.6.1)
596 596 grape-entity (~> 0.3.0)
597 597 growl
... ...