v3.0.0pre. Updated gitlab_meta to 3.0. Extended changelog
This commit is contained in:
parent
8e989d4863
commit
a9a3480de9
4 changed files with 7 additions and 4 deletions
|
@ -1,4 +1,7 @@
|
||||||
master
|
master
|
||||||
|
- Projects groups
|
||||||
|
- Web Editor
|
||||||
|
- Fixed bug with gitolite keys
|
||||||
- [API] list one project hook
|
- [API] list one project hook
|
||||||
- [API] edit project hook
|
- [API] edit project hook
|
||||||
- [API] add project snippets list
|
- [API] add project snippets list
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -151,5 +151,5 @@ group :test do
|
||||||
end
|
end
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
gem "gitlab_meta", '2.9'
|
gem "gitlab_meta", '3.0'
|
||||||
end
|
end
|
||||||
|
|
|
@ -148,7 +148,7 @@ GEM
|
||||||
mime-types (~> 1.19)
|
mime-types (~> 1.19)
|
||||||
pygments.rb (>= 0.2.13)
|
pygments.rb (>= 0.2.13)
|
||||||
github-markup (0.7.4)
|
github-markup (0.7.4)
|
||||||
gitlab_meta (2.9)
|
gitlab_meta (3.0)
|
||||||
gitolite (1.1.0)
|
gitolite (1.1.0)
|
||||||
gratr19 (~> 0.4.4.1)
|
gratr19 (~> 0.4.4.1)
|
||||||
grit (~> 2.5.0)
|
grit (~> 2.5.0)
|
||||||
|
@ -425,7 +425,7 @@ DEPENDENCIES
|
||||||
git
|
git
|
||||||
github-linguist (~> 2.3.4)
|
github-linguist (~> 2.3.4)
|
||||||
github-markup (~> 0.7.4)
|
github-markup (~> 0.7.4)
|
||||||
gitlab_meta (= 2.9)
|
gitlab_meta (= 3.0)
|
||||||
gitolite (= 1.1.0)
|
gitolite (= 1.1.0)
|
||||||
grack!
|
grack!
|
||||||
grape (~> 0.2.1)
|
grape (~> 0.2.1)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.9.1
|
3.0.0pre
|
||||||
|
|
Loading…
Add table
Reference in a new issue