Skip to content

Commit a667760

Browse files
committed
all specs passing travis updated
1 parent 7f1dfbd commit a667760

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ env:
2424
- COMPONENT=hyper-react LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
2525
- COMPONENT=hyper-router LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
2626
- COMPONENT=hyper-spec LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
27+
- COMPONENT=hyper-state LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
2728
- COMPONENT=hyper-store LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
2829
- COMPONENT=hyper-trace LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
2930
- COMPONENT=hyperloop LANGUAGE=ruby LANGUAGE_VERSION=2.5.1

ruby/hyperstack-config/Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../hyper-spec
33
specs:
4-
hyper-spec (0.99)
4+
hyper-spec (0.1)
55
capybara
66
chromedriver-helper (= 1.2.0)
77
libv8 (~> 6.3.0)
@@ -82,7 +82,7 @@ GEM
8282
arel (9.0.0)
8383
ast (2.4.0)
8484
builder (3.2.3)
85-
capybara (3.8.1)
85+
capybara (3.9.0)
8686
addressable
8787
mini_mime (>= 0.1.3)
8888
nokogiri (~> 1.8)
@@ -231,9 +231,9 @@ GEM
231231
unicode-display_width (~> 1.0, >= 1.0.1)
232232
ruby-progressbar (1.10.0)
233233
rubyzip (1.2.2)
234-
selenium-webdriver (3.14.0)
234+
selenium-webdriver (3.14.1)
235235
childprocess (~> 0.5)
236-
rubyzip (~> 1.2)
236+
rubyzip (~> 1.2, >= 1.2.2)
237237
sourcemap (0.1.1)
238238
sprockets (3.7.2)
239239
concurrent-ruby (~> 1.0)
@@ -260,14 +260,14 @@ GEM
260260
equalizer (~> 0.0.9)
261261
parser (>= 2.3.1.2, < 2.6)
262262
procto (~> 0.0.2)
263-
webdrivers (3.4.0)
263+
webdrivers (3.4.2)
264264
nokogiri (~> 1.6)
265265
rubyzip (~> 1.0)
266266
selenium-webdriver (~> 3.0)
267267
websocket-driver (0.7.0)
268268
websocket-extensions (>= 0.1.0)
269269
websocket-extensions (0.1.3)
270-
xpath (3.1.0)
270+
xpath (3.2.0)
271271
nokogiri (~> 1.8)
272272

273273
PLATFORMS

0 commit comments

Comments
 (0)