Commit f51203df45d85e14b808e92e77a6427c3d15d137

Authored by Cyril Mougel
1 parent 5ea9696a
Exists in master and in 1 other branch production

Update Gemfile.lock with new gitlab gem

See #598
Showing 1 changed file with 3 additions and 8 deletions   Show diff stats
Gemfile.lock
1   -GIT
2   - remote: https://github.com/NARKOZ/gitlab.git
3   - revision: 7a00d38c53335010d2fb8a233247fe2c97338903
4   - specs:
5   - gitlab (2.2.0)
6   - httparty
7   -
8 1 GEM
9 2 remote: https://rubygems.org/
10 3 specs:
... ... @@ -118,6 +111,8 @@ GEM
118 111 foreman (0.63.0)
119 112 dotenv (>= 0.7)
120 113 thor (>= 0.13.6)
  114 + gitlab (3.0.0)
  115 + httparty
121 116 haml (4.0.3)
122 117 tilt
123 118 happymapper (0.4.1)
... ... @@ -392,7 +387,7 @@ DEPENDENCIES
392 387 fabrication
393 388 flowdock
394 389 foreman
395   - gitlab!
  390 + gitlab (~> 3.0.0)
396 391 haml
397 392 hipchat
398 393 hoi
... ...