From a9b2483277f639038d66482c4c8481748f7beaf8 Mon Sep 17 00:00:00 2001 From: Arthur Neves Date: Fri, 24 Apr 2015 15:43:25 -0400 Subject: [PATCH] Bump rails-observers to master version. https://github.com/rails/rails-observers/commit/876c522184a4ed26d564833f496ef1bfa7af654a Has the patched applied on SamSaffron/rails-observers. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 50a64cb1392..1d8063635ea 100644 --- a/Gemfile +++ b/Gemfile @@ -71,7 +71,7 @@ end if rails_master? gem 'arel', git: 'https://github.com/rails/arel.git' gem 'rails', git: 'https://github.com/rails/rails.git' - gem 'rails-observers', git: 'https://github.com/SamSaffron/rails-observers.git' + gem 'rails-observers', git: 'https://github.com/rails/rails-observers.git' gem 'seed-fu', git: 'https://github.com/SamSaffron/seed-fu.git', branch: 'discourse' else gem 'seed-fu', '~> 2.3.3'