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'