summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorichord <chord.luo@gmail.com>2013-05-03 23:39:18 +0800
committerichord <chord.luo@gmail.com>2013-05-04 11:26:43 +0800
commit439cd3ebd3613825fc426238770f522a9401d51e (patch)
tree06775a02ea6e327c43a590907a41139674e913ae /Gemfile
parentca244c35cc0145908caa8aaab956f5dc1240aed1 (diff)
downloadgitlab-ce-439cd3ebd3613825fc426238770f522a9401d51e.tar.gz
autocomplete issues and preload autocomplete data.
update jquery-atwho-rails to v0.3.0 add autocomplete_source action to project for gfm autocomplete move init_autocomplete layout from head_panel to project_resource
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index bccde6664dd..1496288029d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -112,7 +112,7 @@ group :assets do
gem 'chosen-rails', "0.9.8"
gem 'select2-rails'
- gem 'jquery-atwho-rails', "0.1.7"
+ gem 'jquery-atwho-rails', "0.3.0"
gem "jquery-rails", "2.1.3"
gem "jquery-ui-rails", "2.0.2"
gem "modernizr", "2.6.2"