Commit 46e0e59217ce77690cc5de8de0e984ee7550aafe

Authored by Dmitriy Zaporozhets
1 parent d25b5d02

Use latest gon gem

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 2 changed files with 5 additions and 11 deletions   Show diff stats
@@ -154,7 +154,7 @@ gem &quot;raphael-rails&quot;, &quot;~&gt; 2.1.2&quot; @@ -154,7 +154,7 @@ gem &quot;raphael-rails&quot;, &quot;~&gt; 2.1.2&quot;
154 gem 'bootstrap-sass', '~> 3.0' 154 gem 'bootstrap-sass', '~> 3.0'
155 gem "font-awesome-rails", '~> 3.2' 155 gem "font-awesome-rails", '~> 3.2'
156 gem "gemoji", "~> 1.3.0" 156 gem "gemoji", "~> 1.3.0"
157 -gem "gon", git: "https://github.com/gitlabhq/gon.git", ref: '58ca8e17273051cb370182cabd3602d1da6783ab' 157 +gem "gon", '~> 5.0.0'
158 158
159 group :development do 159 group :development do
160 gem "annotate", "~> 2.6.0.beta2" 160 gem "annotate", "~> 2.6.0.beta2"
1 GIT 1 GIT
2 - remote: https://github.com/gitlabhq/gon.git  
3 - revision: 58ca8e17273051cb370182cabd3602d1da6783ab  
4 - ref: 58ca8e17273051cb370182cabd3602d1da6783ab  
5 - specs:  
6 - gon (4.1.1)  
7 - actionpack (>= 2.3.0)  
8 - json  
9 -  
10 -GIT  
11 remote: https://github.com/gitlabhq/markup.git 2 remote: https://github.com/gitlabhq/markup.git
12 revision: 61ade389c1e1c159359338f570d18464a44ddbc4 3 revision: 61ade389c1e1c159359338f570d18464a44ddbc4
13 ref: 61ade389c1e1c159359338f570d18464a44ddbc4 4 ref: 61ade389c1e1c159359338f570d18464a44ddbc4
@@ -212,6 +203,9 @@ GEM @@ -212,6 +203,9 @@ GEM
212 omniauth (~> 1.0) 203 omniauth (~> 1.0)
213 pyu-ruby-sasl (~> 0.0.3.1) 204 pyu-ruby-sasl (~> 0.0.3.1)
214 rubyntlm (~> 0.1.1) 205 rubyntlm (~> 0.1.1)
  206 + gon (5.0.1)
  207 + actionpack (>= 2.3.0)
  208 + json
215 grape (0.6.1) 209 grape (0.6.1)
216 activesupport 210 activesupport
217 builder 211 builder
@@ -603,7 +597,7 @@ DEPENDENCIES @@ -603,7 +597,7 @@ DEPENDENCIES
603 gitlab_git (~> 4.0.0) 597 gitlab_git (~> 4.0.0)
604 gitlab_meta (= 6.0) 598 gitlab_meta (= 6.0)
605 gitlab_omniauth-ldap (= 1.0.3) 599 gitlab_omniauth-ldap (= 1.0.3)
606 - gon! 600 + gon (~> 5.0.0)
607 grape (~> 0.6.1) 601 grape (~> 0.6.1)
608 grape-entity (~> 0.3.0) 602 grape-entity (~> 0.3.0)
609 growl 603 growl