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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-17 23:51:43 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-17 23:51:43 +0400
commit2d87556847931bd146eddaafdee48c2f8954326c (patch)
treea46a490d98f4a14e0fec210453d1643e51bdf062 /Gemfile
parenta90a201d0ee3c9e33cc04075ac8a2509c1d2acc9 (diff)
Remove rails observers from application
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c64213479f7..39ffd95b2e2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,7 +11,6 @@ end
gem "rails", "~> 4.1.0"
gem "protected_attributes"
-gem 'rails-observers'
# Make links from text
gem 'rails_autolink', '~> 1.1'