Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 6ef2a48018a..ef0adb5e2be 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"