diff --git a/config/database.yml b/config/database.yml index 68644afbe..03998056f 100644 --- a/config/database.yml +++ b/config/database.yml @@ -17,6 +17,9 @@ default: &default encoding: unicode host: localhost pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> +<% if RUBY_PLATFORM =~ /darwin/ %> + gssencmode: disable +<% end %> development: <<: *default