From 4e2f47f82c82d6e4e65051b5f71e744f5e0190dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heiko=20Bernl=C3=B6hr?= Date: Fri, 12 Jan 2018 10:13:29 +0100 Subject: Add rails-observer gem. --- Gemfile | 1 + Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index b5a40ce..3e7a501 100644 --- a/Gemfile +++ b/Gemfile @@ -41,4 +41,5 @@ gem 'unicorn' gem "pg" gem "haml", "4.0.5" gem "simple-navigation" +gem 'rails-observers' gem 'unicorn-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 5f82e56..710af2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,6 +72,8 @@ GEM bundler (>= 1.3.0, < 2.0) railties (= 4.1.8) sprockets-rails (~> 2.0) + rails-observers (0.1.2) + activemodel (~> 4.0) railties (4.1.8) actionpack (= 4.1.8) activesupport (= 4.1.8) @@ -133,6 +135,7 @@ DEPENDENCIES jquery-rails pg rails (= 4.1.8) + rails-observers sass-rails (~> 4.0.3) sdoc (~> 0.4.0) simple-navigation -- cgit v1.2.3