mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
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:
parent
eb428ef54d
commit
c8157f6b07
2
Gemfile
2
Gemfile
|
@ -22,7 +22,7 @@ else
|
|||
gem 'activesupport', '~> 5.1'
|
||||
gem 'railties', '~> 5.1'
|
||||
gem 'sprockets-rails'
|
||||
gem 'seed-fu', '~> 2.3.5'
|
||||
gem 'seed-fu'
|
||||
end
|
||||
|
||||
gem 'mail'
|
||||
|
|
|
@ -352,7 +352,7 @@ GEM
|
|||
bundler
|
||||
ffi (~> 1.9.6)
|
||||
sass (>= 3.3.0)
|
||||
seed-fu (2.3.6)
|
||||
seed-fu (2.3.7)
|
||||
activerecord (>= 3.1)
|
||||
activesupport (>= 3.1)
|
||||
shoulda (3.5.0)
|
||||
|
@ -494,7 +494,7 @@ DEPENDENCIES
|
|||
ruby-readability
|
||||
sanitize
|
||||
sassc
|
||||
seed-fu (~> 2.3.5)
|
||||
seed-fu
|
||||
shoulda
|
||||
sidekiq
|
||||
simple-rss
|
||||
|
|
Loading…
Reference in New Issue
Block a user