mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 18:58:10 +00:00
DEV: remove seed-fu pinning from rails master
This pinning should no longer be needed
This commit is contained in:
parent
0098b3072e
commit
448ea663c3
1
Gemfile
1
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user