Skip to content

Commit 09cbae6

Browse files
committed
more fixes to get things working again
1 parent f69765a commit 09cbae6

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ addons:
88
- sourceline: 'deb http://dl.google.com/linux/chrome/deb/ stable main'
99
key_url: 'https://dl-ssl.google.com/linux/linux_signing_key.pub'
1010
packages:
11-
- postgresql-11
11+
- postgresql-12
1212
- chromium-chromedriver
1313
- google-chrome-stable
1414
- yarn
1515
- redis-server
16-
postgresql: '11'
16+
postgresql: '12'
1717

1818
_test_gem_pg: &_test_gem_pg
1919
stage: test

ruby/hyper-component/Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ gem 'hyper-spec', path: '../hyper-spec'
44
gem 'hyperstack-config', path: '../hyperstack-config'
55
gem 'hyper-store', path: '../hyper-store'
66
gem 'hyper-state', path: '../hyper-state'
7-
unless ENV['OPAL_VERSION']&.match("0.11")
8-
gem 'opal-browser', git: 'https://github.com/opal/opal-browser'
9-
end
7+
# unless ENV['OPAL_VERSION']&.match("0.11")
8+
# gem 'opal-browser', git: 'https://github.com/opal/opal-browser'
9+
# end
1010
gem 'hyper-trace', path: '../hyper-trace'
1111

1212
#gem 'puma', '~> 3.11.0' # As of adding, version 3.12.0 isn't working so we are locking

ruby/hyper-spec/lib/hyper-spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
require 'unparser'
55
require 'method_source'
66
require 'filecache'
7+
require 'webdrivers'
8+
79

810
require 'capybara/rspec'
911
require 'hyper-spec/internal/client_execution'

ruby/hyper-spec/spec/spec_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
require 'hyper-spec'
2-
require 'webdrivers'
32
require 'pry'
43
require 'opal-browser'
54

0 commit comments

Comments
 (0)