From 448ea663c312b0cf208c5fb066ed040303089bd2 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 6 Feb 2019 16:54:06 +1100 Subject: [PATCH] DEV: remove seed-fu pinning from rails master This pinning should no longer be needed --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index 24f5f69b86..29797ed7bd 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,6 @@ end if rails_master? gem 'arel', git: 'https://github.com/rails/arel.git' gem 'rails', git: 'https://github.com/rails/rails.git' - gem 'seed-fu', git: 'https://github.com/SamSaffron/seed-fu.git', branch: 'discourse' else # until rubygems gives us optional dependencies we are stuck with this # bundle update actionmailer actionpack actionview activemodel activerecord activesupport railties