diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-12 22:58:59 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-12 22:58:59 +0300 |
commit | afe47e26f5961c5578ef28a79c7dc0ca43db76dd (patch) | |
tree | dcc1e5b3cad8c3ab099eff2567d78bbb660104df /Gemfile | |
parent | 92ccc687b0154a129cad0b899e639e60c886ddff (diff) | |
download | gitlab-ce-afe47e26f5961c5578ef28a79c7dc0ca43db76dd.tar.gz |
Add autolink to project/group description render
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ gem "rails", "~> 4.1.0" gem "protected_attributes" gem 'rails-observers' +# Make links from text +gem 'rails_autolink', '~> 1.1' + # Default values for AR models gem "default_value_for", "~> 3.0.0" |