diff options
author | Saito <saitowu@gmail.com> | 2011-12-30 22:25:45 +0800 |
---|---|---|
committer | Saito <saitowu@gmail.com> | 2011-12-30 22:25:45 +0800 |
commit | 26deb7e0b580ca402ffd93d1991381f580447973 (patch) | |
tree | 2e273d0b7bf06804d2b8c9cff41cbbb75fd3af64 /Gemfile | |
parent | 14023c4e5a3241d06a8a021bab1183e4a9742b28 (diff) | |
download | gitlab-ce-26deb7e0b580ca402ffd93d1991381f580447973.tar.gz |
add charlock_holmes gem
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,9 +22,9 @@ gem "acts_as_list" gem "rdiscount" gem "acts-as-taggable-on", "~> 2.1.0" gem "drapper" -gem "rchardet19", "~> 1.3.5" gem "resque" gem "httparty" +gem "charlock_holmes" group :assets do gem "sass-rails", "~> 3.1.0" |