Commit cf3cf3750e53439cfaa8df786fd71308e4ef4867
1 parent
c6385e41
Exists in
master
and in
4 other branches
Gem gon added. It produces server-side variable values in javascript
Showing
3 changed files
with
6 additions
and
0 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -184,6 +184,9 @@ GEM |
184 | 184 | pyu-ruby-sasl (~> 0.0.3.1) |
185 | 185 | rubyntlm (~> 0.1.1) |
186 | 186 | gitlab_yaml_db (1.0.0) |
187 | + gon (4.0.2) | |
188 | + actionpack (>= 2.3.0) | |
189 | + json | |
187 | 190 | grape (0.2.2) |
188 | 191 | activesupport |
189 | 192 | hashie (~> 1.2) |
... | ... | @@ -483,6 +486,7 @@ DEPENDENCIES |
483 | 486 | gitlab_meta (= 5.0) |
484 | 487 | gitlab_omniauth-ldap (= 1.0.2) |
485 | 488 | gitlab_yaml_db (= 1.0.0) |
489 | + gon | |
486 | 490 | grack! |
487 | 491 | grape (~> 0.2.1) |
488 | 492 | grit! | ... | ... |