Skip to content

Commit 2242fc3

Browse files
committed
postgresql 5
1 parent b6cead6 commit 2242fc3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ addons:
1212
- google-chrome-stable
1313
- yarn
1414
- redis-server
15-
services:
16-
- postgresql
1715
env:
1816
global:
19-
- PGPORT=5433
17+
- PGPORT=5433
18+
services:
19+
- postgresql
2020

2121

2222
_test_gem_pg: &_test_gem_pg

ruby/hyper-component/spec/client_features/component_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ class Foo
597597

598598
Hyperstack::Component::ReactTestUtils.render_component_into_document(foo)
599599
end
600+
binding.pry
600601
expect(page.driver.browser.logs.get(:browser)
601602
.reject { |entry| entry.to_s.include?('Deprecated feature') }
602603
.reject { |entry| entry.to_s.include?('Object freezing is not supported by Opal')}

ruby/hyperstack-config/lib/hyperstack/native_wrapper_compatibility.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# allows hyperstack to include Native::Wrapper even if running Opal 0.11
22
module Native
33
module Wrapper
4-
def self.included(klass)
4+
def self.includedx(klass)
55
if Native.instance_methods.include? :to_n
66
klass.include Native
77
else

0 commit comments

Comments
 (0)