From c74e5663f3bedcf6e7ed95900837144a0552f96d Mon Sep 17 00:00:00 2001 From: Ido Feins Date: Wed, 9 Apr 2014 18:53:01 +0300 Subject: [PATCH] added rails-observers gem as in rails 4 it was taken out of core. --- Gemfile | 1 + Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 0c0f228..b824fe0 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,7 @@ gem 'jbuilder', '~> 2.0' gem 'sdoc', '~> 0.4.0', group: :doc gem 'spring', group: :development gem 'jquery-rails' +gem 'rails-observers', '~> 0.1.2' gem 'rails_12factor', group: :production # for heroku # assets diff --git a/Gemfile.lock b/Gemfile.lock index 4d3ad4f..2f4e574 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,6 +172,8 @@ GEM bundler (>= 1.3.0, < 2.0) railties (= 4.1.0) sprockets-rails (~> 2.0) + rails-observers (0.1.2) + activemodel (~> 4.0) rails_12factor (0.0.2) rails_serve_static_assets rails_stdout_logging @@ -251,6 +253,7 @@ DEPENDENCIES pg pusher rails (= 4.1.0) + rails-observers (~> 0.1.2) rails_12factor sass-rails (~> 4.0.3) sdoc (~> 0.4.0)