File tree Expand file tree Collapse file tree 5 files changed +1
-41
lines changed Expand file tree Collapse file tree 5 files changed +1
-41
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ gem 'sidekiq'
15
15
gem 'jquery-ui-rails'
16
16
gem 'turbolinks'
17
17
gem 'highstock-rails'
18
- gem 'sidetiq'
19
18
gem 'coffee-rails'
20
19
gem 'responders'
21
20
gem 'jbuilder'
Original file line number Diff line number Diff line change 73
73
capybara-screenshot (1.0.14 )
74
74
capybara (>= 1.0 , < 3 )
75
75
launchy
76
- celluloid (0.17.3 )
77
- celluloid-essentials
78
- celluloid-extras
79
- celluloid-fsm
80
- celluloid-pool
81
- celluloid-supervision
82
- timers (>= 4.1.1 )
83
- celluloid-essentials (0.20.5 )
84
- timers (>= 4.1.1 )
85
- celluloid-extras (0.20.5 )
86
- timers (>= 4.1.1 )
87
- celluloid-fsm (0.20.5 )
88
- timers (>= 4.1.1 )
89
- celluloid-pool (0.20.5 )
90
- timers (>= 4.1.1 )
91
- celluloid-supervision (0.20.6 )
92
- timers (>= 4.1.1 )
93
76
childprocess (0.5.9 )
94
77
ffi (~> 1.0 , >= 1.0.11 )
95
78
cliver (0.3.2 )
127
110
hashdiff (0.3.6 )
128
111
highstock-rails (5.0.11 )
129
112
railties (>= 3.1 )
130
- hitimes (1.2.4 )
131
113
i18n (1.0.0 )
132
114
concurrent-ruby (~> 1.0 )
133
- ice_cube (0.14.0 )
134
115
jbuilder (2.6.2 )
135
116
activesupport (>= 3.0.0 , < 5.1 )
136
117
multi_json (~> 1.2 )
289
270
connection_pool (~> 2.2 , >= 2.2.0 )
290
271
rack-protection (>= 1.5.0 )
291
272
redis (~> 3.3 , >= 3.3.3 )
292
- sidetiq (0.7.2 )
293
- celluloid (>= 0.17.3 )
294
- ice_cube (~> 0.14.0 )
295
- sidekiq (>= 4.1.0 )
296
273
spring (2.0.0 )
297
274
activesupport (>= 4.2 )
298
275
sprockets (3.7.1 )
305
282
thor (0.20.0 )
306
283
thread_safe (0.3.6 )
307
284
tilt (2.0.5 )
308
- timers (4.1.1 )
309
- hitimes
310
285
turbolinks (5.0.1 )
311
286
turbolinks-source (~> 5 )
312
287
turbolinks-source (5.0.0 )
@@ -377,7 +352,6 @@ DEPENDENCIES
377
352
selenium-webdriver (~> 2.53 )
378
353
sentry-raven
379
354
sidekiq
380
- sidetiq
381
355
spring
382
356
turbolinks
383
357
uglifier
@@ -386,4 +360,4 @@ DEPENDENCIES
386
360
webmock (~> 3.0 )
387
361
388
362
BUNDLED WITH
389
- 1.17.2
363
+ 1.17.3
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- require 'sidetiq/web'
2
-
3
1
Rails . application . routes . draw do
4
2
if !Rails . env . test?
5
3
require 'sidekiq/web'
You can’t perform that action at this time.
0 commit comments