Skip to content

Commit 3e39295

Browse files
committed
HACK prevent segfault in test & development with pg
More information about it can be found [here](ged/ruby-pg#538).
1 parent a7bf6ee commit 3e39295

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/database.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ default: &default
77
development:
88
<<: *default
99
database: doubleup_development
10+
<% if RUBY_PLATFORM =~ /darwin/ %>gssencmode: disable<% end %>
1011

1112
test:
1213
<<: *default
1314
database: doubleup_test
15+
<% if RUBY_PLATFORM =~ /darwin/ %>gssencmode: disable<% end %>
1416

1517
production:
1618
<<: *default

0 commit comments

Comments
 (0)