DEV: remove seed-fu pinning from rails master

This pinning should no longer be needed
This commit is contained in:
Sam 2019-02-06 16:54:06 +11:00
parent 0098b3072e
commit 448ea663c3

View File

@ -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