Skip to content

Commit bb02679

Browse files
committed
updated bundler version and trying to work around intermittent transport spec failure
1 parent 4088194 commit bb02679

File tree

3 files changed

+42
-1
lines changed

3 files changed

+42
-1
lines changed

ruby/hyper-i18n/Gemfile.lock

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ PATH
2727
hyper-component (= 1.0.alpha1.2)
2828
mutations
2929
opal-activesupport (~> 0.3.1)
30+
tty-table
3031

3132
PATH
3233
remote: ../hyper-spec
@@ -162,6 +163,7 @@ GEM
162163
crass (1.0.4)
163164
diff-lcs (1.3)
164165
equalizer (0.0.11)
166+
equatable (0.5.0)
165167
erubi (1.7.1)
166168
execjs (2.7.0)
167169
ffi (1.9.25)
@@ -199,6 +201,7 @@ GEM
199201
minitest (5.11.3)
200202
mutations (0.8.3)
201203
activesupport
204+
necromancer (0.4.0)
202205
nio4r (2.3.1)
203206
nokogiri (1.8.4)
204207
mini_portile2 (~> 2.3.0)
@@ -230,6 +233,9 @@ GEM
230233
parallel (1.12.1)
231234
parser (2.3.3.1)
232235
ast (~> 2.2)
236+
pastel (0.7.2)
237+
equatable (~> 0.5.0)
238+
tty-color (~> 0.4.0)
233239
powerpack (0.1.2)
234240
procto (0.0.3)
235241
pry (0.11.3)
@@ -320,15 +326,29 @@ GEM
320326
activesupport (>= 4.0)
321327
sprockets (>= 3.0.0)
322328
sqlite3 (1.3.13)
329+
strings (0.1.4)
330+
strings-ansi (~> 0.1.0)
331+
unicode-display_width (~> 1.4.0)
332+
unicode_utils (~> 1.4.0)
333+
strings-ansi (0.1.0)
323334
thor (0.20.0)
324335
thread_safe (0.3.6)
325336
tilt (2.0.8)
326337
timecop (0.8.1)
338+
tty-color (0.4.3)
339+
tty-screen (0.6.5)
340+
tty-table (0.10.0)
341+
equatable (~> 0.5.0)
342+
necromancer (~> 0.4.0)
343+
pastel (~> 0.7.2)
344+
strings (~> 0.1.0)
345+
tty-screen (~> 0.6.4)
327346
tzinfo (1.2.5)
328347
thread_safe (~> 0.1)
329348
uglifier (4.1.19)
330349
execjs (>= 0.3.0, < 3)
331350
unicode-display_width (1.4.0)
351+
unicode_utils (1.4.0)
332352
unparser (0.2.8)
333353
abstract_type (~> 0.0.7)
334354
adamantium (~> 0.2.0)

ruby/hyper-operation/spec/aaa_run_first/transports_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def connect(*args)
107107
Hyperstack::Connection.active.should =~ ['ScopeIt::TestApplication']
108108
Timecop.travel(Time.now+Hyperstack::Connection.transport.expire_new_connection_in)
109109
wait_for { Hyperstack::Connection.active }.to eq([])
110+
sleep 1
110111
end
111112

112113
it "sees the connection going offline" do

ruby/rails-hyperstack/Gemfile.lock

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ PATH
2727
hyper-component (= 1.0.alpha1.2)
2828
mutations
2929
opal-activesupport (~> 0.3.1)
30+
tty-table
3031

3132
PATH
3233
remote: ../hyper-router
@@ -180,6 +181,7 @@ GEM
180181
diff-lcs (1.3)
181182
dotenv (0.7.0)
182183
equalizer (0.0.11)
184+
equatable (0.5.0)
183185
erubi (1.7.1)
184186
execjs (2.7.0)
185187
ffi (1.9.25)
@@ -223,8 +225,9 @@ GEM
223225
minitest (5.11.3)
224226
msgpack (1.2.4)
225227
multi_json (1.13.1)
226-
mutations (0.8.3)
228+
mutations (0.9.0)
227229
activesupport
230+
necromancer (0.4.0)
228231
nio4r (2.3.1)
229232
nokogiri (1.8.5)
230233
mini_portile2 (~> 2.3.0)
@@ -256,6 +259,9 @@ GEM
256259
parallel (1.12.1)
257260
parser (2.3.3.1)
258261
ast (~> 2.2)
262+
pastel (0.7.2)
263+
equatable (~> 0.5.0)
264+
tty-color (~> 0.4.0)
259265
powerpack (0.1.2)
260266
procto (0.0.3)
261267
pry (0.11.3)
@@ -357,10 +363,23 @@ GEM
357363
activesupport (>= 4.0)
358364
sprockets (>= 3.0.0)
359365
sqlite3 (1.3.13)
366+
strings (0.1.4)
367+
strings-ansi (~> 0.1.0)
368+
unicode-display_width (~> 1.4.0)
369+
unicode_utils (~> 1.4.0)
370+
strings-ansi (0.1.0)
360371
thor (0.20.1)
361372
thread_safe (0.3.6)
362373
tilt (2.0.8)
363374
timecop (0.8.1)
375+
tty-color (0.4.3)
376+
tty-screen (0.6.5)
377+
tty-table (0.10.0)
378+
equatable (~> 0.5.0)
379+
necromancer (~> 0.4.0)
380+
pastel (~> 0.7.2)
381+
strings (~> 0.1.0)
382+
tty-screen (~> 0.6.4)
364383
turbolinks (5.2.0)
365384
turbolinks-source (~> 5.2)
366385
turbolinks-source (5.2.0)
@@ -369,6 +388,7 @@ GEM
369388
uglifier (4.1.19)
370389
execjs (>= 0.3.0, < 3)
371390
unicode-display_width (1.4.0)
391+
unicode_utils (1.4.0)
372392
unparser (0.2.8)
373393
abstract_type (~> 0.0.7)
374394
adamantium (~> 0.2.0)

0 commit comments

Comments
 (0)