Commit 48dd07edbabaa349f55ca403cc157b8cfd155000

Authored by Dmitriy Zaporozhets
1 parent 66a5f753

Revert "New gem versions"

This reverts commit f74d4f20f234b8833628a2bc044cea2d1e953811.
Showing 2 changed files with 24 additions and 22 deletions   Show diff stats
Gemfile
... ... @@ -24,7 +24,7 @@ gem 'omniauth-github'
24 24  
25 25 # Extracting information from a git repository
26 26 # Provide access to Gitlab::Git library
27   -gem "gitlab_git", "~> 3.1.0"
  27 +gem "gitlab_git", "~> 3.0.0.rc2"
28 28  
29 29 # Ruby/Rack Git Smart-HTTP Server Handler
30 30 gem 'gitlab-grack', '~> 1.0.1', require: 'grack'
... ... @@ -33,13 +33,13 @@ gem 'gitlab-grack', '~> 1.0.1', require: 'grack'
33 33 gem 'gitlab_omniauth-ldap', '1.0.3', require: "omniauth-ldap"
34 34  
35 35 # Syntax highlighter
36   -gem "gitlab-pygments.rb", '~> 0.5.4', require: 'pygments.rb'
  36 +gem "gitlab-pygments.rb", '~> 0.3.2', require: 'pygments.rb'
37 37  
38 38 # Git Wiki
39   -gem "gitlab-gollum-lib", "~> 1.0.2", require: 'gollum-lib'
  39 +gem "gitlab-gollum-lib", "~> 1.0.1", require: 'gollum-lib'
40 40  
41 41 # Language detection
42   -gem "gitlab-linguist", "~> 2.9.5", require: "linguist"
  42 +gem "github-linguist", require: "linguist"
43 43  
44 44 # API
45 45 gem "grape", "~> 0.4.1"
... ...
Gemfile.lock
... ... @@ -116,7 +116,7 @@ GEM
116 116 enumerize (0.6.1)
117 117 activesupport (>= 3.2)
118 118 erubis (2.7.0)
119   - escape_utils (0.3.2)
  119 + escape_utils (0.2.4)
120 120 eventmachine (1.0.3)
121 121 excon (0.13.4)
122 122 execjs (1.4.0)
... ... @@ -151,17 +151,22 @@ GEM
151 151 fssm (0.2.10)
152 152 gemoji (1.2.1)
153 153 gherkin-ruby (0.3.0)
154   - github-markdown (0.5.5)
  154 + github-linguist (2.3.4)
  155 + charlock_holmes (~> 0.6.6)
  156 + escape_utils (~> 0.2.3)
  157 + mime-types (~> 1.19)
  158 + pygments.rb (>= 0.2.13)
  159 + github-markdown (0.5.3)
155 160 github-markup (0.7.5)
156 161 gitlab-flowdock-git-hook (0.4.2.2)
157 162 gitlab-grit (>= 2.4.1)
158 163 multi_json
159   - gitlab-gollum-lib (1.0.2)
  164 + gitlab-gollum-lib (1.0.1)
160 165 github-markdown (~> 0.5.3)
161 166 github-markup (>= 0.7.5, < 1.0.0)
162   - gitlab-grit (~> 2.6.1)
163   - gitlab-pygments.rb (~> 0.5.4)
  167 + gitlab-grit (>= 2.5.1)
164 168 nokogiri (~> 1.5.9)
  169 + pygments.rb (~> 0.4.2)
165 170 sanitize (~> 2.0.3)
166 171 stringex (~> 1.5.1)
167 172 gitlab-grack (1.0.1)
... ... @@ -171,19 +176,13 @@ GEM
171 176 diff-lcs (~> 1.1)
172 177 mime-types (~> 1.15)
173 178 posix-spawn (~> 0.3.6)
174   - gitlab-linguist (2.9.5)
175   - charlock_holmes (~> 0.6.6)
176   - escape_utils (~> 0.3.1)
177   - gitlab-pygments.rb (~> 0.5.4)
178   - mime-types (~> 1.19)
179   - gitlab-pygments.rb (0.5.4)
  179 + gitlab-pygments.rb (0.3.2)
180 180 posix-spawn (~> 0.3.6)
181 181 yajl-ruby (~> 1.1.0)
182   - gitlab_git (3.1.0)
  182 + gitlab_git (3.0.0.rc2)
183 183 activesupport (~> 3.2.13)
  184 + github-linguist (~> 2.3.4)
184 185 gitlab-grit (~> 2.6.1)
185   - gitlab-linguist (~> 2.9.5)
186   - gitlab-pygments.rb (~> 0.5.4)
187 186 gitlab_meta (6.0)
188 187 gitlab_omniauth-ldap (1.0.3)
189 188 net-ldap (~> 0.3.1)
... ... @@ -326,6 +325,9 @@ GEM
326 325 coderay (~> 1.0.5)
327 326 method_source (~> 0.8)
328 327 slop (~> 3.4)
  328 + pygments.rb (0.4.2)
  329 + posix-spawn (~> 0.3.6)
  330 + yajl-ruby (~> 1.1.0)
329 331 pyu-ruby-sasl (0.0.3.3)
330 332 quiet_assets (1.0.2)
331 333 railties (>= 3.1, < 5.0)
... ... @@ -573,13 +575,13 @@ DEPENDENCIES
573 575 font-awesome-rails
574 576 foreman
575 577 gemoji (~> 1.2.1)
  578 + github-linguist
576 579 github-markup (~> 0.7.4)
577 580 gitlab-flowdock-git-hook (~> 0.4.2)
578   - gitlab-gollum-lib (~> 1.0.2)
  581 + gitlab-gollum-lib (~> 1.0.1)
579 582 gitlab-grack (~> 1.0.1)
580   - gitlab-linguist (~> 2.9.5)
581   - gitlab-pygments.rb (~> 0.5.4)
582   - gitlab_git (~> 3.1.0)
  583 + gitlab-pygments.rb (~> 0.3.2)
  584 + gitlab_git (~> 3.0.0.rc2)
583 585 gitlab_meta (= 6.0)
584 586 gitlab_omniauth-ldap (= 1.0.3)
585 587 gon
... ...