Commit 72ee345d3a0213c6df78f5f56cd1dd26ff7c53e1
1 parent
c5feabde
Exists in
master
and in
4 other branches
Remove grit fork reference from Gemfile. Use gitlab-gollum-lib gem
Showing
2 changed files
with
21 additions
and
31 deletions
Show diff stats
Gemfile
@@ -22,9 +22,7 @@ gem 'omniauth-twitter' | @@ -22,9 +22,7 @@ gem 'omniauth-twitter' | ||
22 | gem 'omniauth-github' | 22 | gem 'omniauth-github' |
23 | 23 | ||
24 | # Extracting information from a git repository | 24 | # Extracting information from a git repository |
25 | -# We cannot use original git since some bugs | ||
26 | -gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git' | ||
27 | -gem 'gitlab_git', '~> 1.1.0' | 25 | +gem 'gitlab_git', '~> 1.2.0' |
28 | 26 | ||
29 | # Ruby/Rack Git Smart-HTTP Server Handler | 27 | # Ruby/Rack Git Smart-HTTP Server Handler |
30 | gem 'gitlab-grack', '~> 1.0.0', require: 'grack' | 28 | gem 'gitlab-grack', '~> 1.0.0', require: 'grack' |
@@ -35,6 +33,9 @@ gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap" | @@ -35,6 +33,9 @@ gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap" | ||
35 | # Syntax highlighter | 33 | # Syntax highlighter |
36 | gem "gitlab-pygments.rb", '~> 0.3.2', require: 'pygments.rb' | 34 | gem "gitlab-pygments.rb", '~> 0.3.2', require: 'pygments.rb' |
37 | 35 | ||
36 | +# Git Wiki | ||
37 | +gem "gitlab-gollum-lib", "~> 1.0.0", require: 'gollum-lib' | ||
38 | + | ||
38 | # Language detection | 39 | # Language detection |
39 | gem "github-linguist", require: "linguist" | 40 | gem "github-linguist", require: "linguist" |
40 | 41 | ||
@@ -93,9 +94,6 @@ gem "colored" | @@ -93,9 +94,6 @@ gem "colored" | ||
93 | # GitLab settings | 94 | # GitLab settings |
94 | gem 'settingslogic' | 95 | gem 'settingslogic' |
95 | 96 | ||
96 | -# Git Wiki | ||
97 | -gem "gollum-lib", "~> 1.0.0" | ||
98 | - | ||
99 | # Misc | 97 | # Misc |
100 | gem "foreman" | 98 | gem "foreman" |
101 | 99 |
Gemfile.lock
@@ -7,15 +7,6 @@ GIT | @@ -7,15 +7,6 @@ GIT | ||
7 | rake (>= 0.8.7) | 7 | rake (>= 0.8.7) |
8 | 8 | ||
9 | GIT | 9 | GIT |
10 | - remote: https://github.com/gitlabhq/grit.git | ||
11 | - revision: e873bb84ac3c4f8249311490d6a7c6ac9127625f | ||
12 | - specs: | ||
13 | - grit (2.5.0) | ||
14 | - diff-lcs (~> 1.1) | ||
15 | - mime-types (~> 1.15) | ||
16 | - posix-spawn (~> 0.3.6) | ||
17 | - | ||
18 | -GIT | ||
19 | remote: https://github.com/gitlabhq/raphael-rails.git | 10 | remote: https://github.com/gitlabhq/raphael-rails.git |
20 | revision: cb2c92a040b9b941a5f1aa1ea866cc26e944fe58 | 11 | revision: cb2c92a040b9b941a5f1aa1ea866cc26e944fe58 |
21 | specs: | 12 | specs: |
@@ -159,30 +150,34 @@ GEM | @@ -159,30 +150,34 @@ GEM | ||
159 | pygments.rb (>= 0.2.13) | 150 | pygments.rb (>= 0.2.13) |
160 | github-markdown (0.5.3) | 151 | github-markdown (0.5.3) |
161 | github-markup (0.7.5) | 152 | github-markup (0.7.5) |
153 | + gitlab-gollum-lib (1.0.0) | ||
154 | + github-markdown (~> 0.5.3) | ||
155 | + github-markup (>= 0.7.5, < 1.0.0) | ||
156 | + gitlab-grit (~> 2.5.1) | ||
157 | + nokogiri (~> 1.5.9) | ||
158 | + pygments.rb (~> 0.4.2) | ||
159 | + sanitize (~> 2.0.3) | ||
160 | + stringex (~> 1.5.1) | ||
162 | gitlab-grack (1.0.0) | 161 | gitlab-grack (1.0.0) |
163 | rack (~> 1.4.1) | 162 | rack (~> 1.4.1) |
163 | + gitlab-grit (2.5.1) | ||
164 | + charlock_holmes (~> 0.6.9) | ||
165 | + diff-lcs (~> 1.1) | ||
166 | + mime-types (~> 1.15) | ||
167 | + posix-spawn (~> 0.3.6) | ||
164 | gitlab-pygments.rb (0.3.2) | 168 | gitlab-pygments.rb (0.3.2) |
165 | posix-spawn (~> 0.3.6) | 169 | posix-spawn (~> 0.3.6) |
166 | yajl-ruby (~> 1.1.0) | 170 | yajl-ruby (~> 1.1.0) |
167 | - gitlab_git (1.1.0) | 171 | + gitlab_git (1.2.0) |
168 | activesupport (~> 3.2.13) | 172 | activesupport (~> 3.2.13) |
169 | github-linguist (~> 2.3.4) | 173 | github-linguist (~> 2.3.4) |
170 | - grit (~> 2.5.0) | ||
171 | - grit_ext (~> 0.8.1) | 174 | + gitlab-grit (~> 2.5.1) |
172 | gitlab_meta (5.0) | 175 | gitlab_meta (5.0) |
173 | gitlab_omniauth-ldap (1.0.2) | 176 | gitlab_omniauth-ldap (1.0.2) |
174 | net-ldap (~> 0.2.2) | 177 | net-ldap (~> 0.2.2) |
175 | omniauth (~> 1.0) | 178 | omniauth (~> 1.0) |
176 | pyu-ruby-sasl (~> 0.0.3.1) | 179 | pyu-ruby-sasl (~> 0.0.3.1) |
177 | rubyntlm (~> 0.1.1) | 180 | rubyntlm (~> 0.1.1) |
178 | - gollum-lib (1.0.0) | ||
179 | - github-markdown (~> 0.5.3) | ||
180 | - github-markup (>= 0.7.5, < 1.0.0) | ||
181 | - grit (~> 2.5.0) | ||
182 | - nokogiri (~> 1.5.9) | ||
183 | - pygments.rb (~> 0.4.2) | ||
184 | - sanitize (~> 2.0.3) | ||
185 | - stringex (~> 1.5.1) | ||
186 | gon (4.1.0) | 181 | gon (4.1.0) |
187 | actionpack (>= 2.3.0) | 182 | actionpack (>= 2.3.0) |
188 | json | 183 | json |
@@ -199,8 +194,6 @@ GEM | @@ -199,8 +194,6 @@ GEM | ||
199 | grape-entity (0.3.0) | 194 | grape-entity (0.3.0) |
200 | activesupport | 195 | activesupport |
201 | multi_json (>= 1.3.2) | 196 | multi_json (>= 1.3.2) |
202 | - grit_ext (0.8.1) | ||
203 | - charlock_holmes (~> 0.6.9) | ||
204 | growl (1.0.3) | 197 | growl (1.0.3) |
205 | guard (1.8.0) | 198 | guard (1.8.0) |
206 | formatador (>= 0.2.4) | 199 | formatador (>= 0.2.4) |
@@ -516,16 +509,15 @@ DEPENDENCIES | @@ -516,16 +509,15 @@ DEPENDENCIES | ||
516 | gemoji (~> 1.2.1) | 509 | gemoji (~> 1.2.1) |
517 | github-linguist | 510 | github-linguist |
518 | github-markup (~> 0.7.4) | 511 | github-markup (~> 0.7.4) |
512 | + gitlab-gollum-lib (~> 1.0.0) | ||
519 | gitlab-grack (~> 1.0.0) | 513 | gitlab-grack (~> 1.0.0) |
520 | gitlab-pygments.rb (~> 0.3.2) | 514 | gitlab-pygments.rb (~> 0.3.2) |
521 | - gitlab_git (~> 1.1.0) | 515 | + gitlab_git (~> 1.2.0) |
522 | gitlab_meta (= 5.0) | 516 | gitlab_meta (= 5.0) |
523 | gitlab_omniauth-ldap (= 1.0.2) | 517 | gitlab_omniauth-ldap (= 1.0.2) |
524 | - gollum-lib (~> 1.0.0) | ||
525 | gon | 518 | gon |
526 | grape | 519 | grape |
527 | grape-entity | 520 | grape-entity |
528 | - grit (~> 2.5.0)! | ||
529 | growl | 521 | growl |
530 | guard-rspec | 522 | guard-rspec |
531 | guard-spinach | 523 | guard-spinach |