Update seed-fu with PG10 support.

https://meta.discourse.org/t/discourse-appears-to-be-broken-with-postgres-10/71723
This commit is contained in:
Guo Xiang Tan 2017-11-27 10:26:59 +08:00
parent eb428ef54d
commit c8157f6b07
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ else
gem 'activesupport', '~> 5.1' gem 'activesupport', '~> 5.1'
gem 'railties', '~> 5.1' gem 'railties', '~> 5.1'
gem 'sprockets-rails' gem 'sprockets-rails'
gem 'seed-fu', '~> 2.3.5' gem 'seed-fu'
end end
gem 'mail' gem 'mail'

View File

@ -352,7 +352,7 @@ GEM
bundler bundler
ffi (~> 1.9.6) ffi (~> 1.9.6)
sass (>= 3.3.0) sass (>= 3.3.0)
seed-fu (2.3.6) seed-fu (2.3.7)
activerecord (>= 3.1) activerecord (>= 3.1)
activesupport (>= 3.1) activesupport (>= 3.1)
shoulda (3.5.0) shoulda (3.5.0)
@ -494,7 +494,7 @@ DEPENDENCIES
ruby-readability ruby-readability
sanitize sanitize
sassc sassc
seed-fu (~> 2.3.5) seed-fu
shoulda shoulda
sidekiq sidekiq
simple-rss simple-rss