Commit a9a3480de97296234fad349fe25aac6f11cf9285

Authored by randx
1 parent 8e989d48

v3.0.0pre. Updated gitlab_meta to 3.0. Extended changelog

Showing 4 changed files with 7 additions and 4 deletions   Show diff stats
CHANGELOG
1 1 master
  2 + - Projects groups
  3 + - Web Editor
  4 + - Fixed bug with gitolite keys
2 5 - [API] list one project hook
3 6 - [API] edit project hook
4 7 - [API] add project snippets list
... ...
Gemfile
... ... @@ -151,5 +151,5 @@ group :test do
151 151 end
152 152  
153 153 group :production do
154   - gem "gitlab_meta", '2.9'
  154 + gem "gitlab_meta", '3.0'
155 155 end
... ...
Gemfile.lock
... ... @@ -148,7 +148,7 @@ GEM
148 148 mime-types (~> 1.19)
149 149 pygments.rb (>= 0.2.13)
150 150 github-markup (0.7.4)
151   - gitlab_meta (2.9)
  151 + gitlab_meta (3.0)
152 152 gitolite (1.1.0)
153 153 gratr19 (~> 0.4.4.1)
154 154 grit (~> 2.5.0)
... ... @@ -425,7 +425,7 @@ DEPENDENCIES
425 425 git
426 426 github-linguist (~> 2.3.4)
427 427 github-markup (~> 0.7.4)
428   - gitlab_meta (= 2.9)
  428 + gitlab_meta (= 3.0)
429 429 gitolite (= 1.1.0)
430 430 grack!
431 431 grape (~> 0.2.1)
... ...
VERSION
1   -2.9.1
  1 +3.0.0pre
... ...