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'
1515gem 'jquery-ui-rails'
1616gem 'turbolinks'
1717gem 'highstock-rails'
18- gem 'sidetiq'
1918gem 'coffee-rails'
2019gem 'responders'
2120gem 'jbuilder'
Original file line number Diff line number Diff line change 7373 capybara-screenshot (1.0.14 )
7474 capybara (>= 1.0 , < 3 )
7575 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 )
9376 childprocess (0.5.9 )
9477 ffi (~> 1.0 , >= 1.0.11 )
9578 cliver (0.3.2 )
127110 hashdiff (0.3.6 )
128111 highstock-rails (5.0.11 )
129112 railties (>= 3.1 )
130- hitimes (1.2.4 )
131113 i18n (1.0.0 )
132114 concurrent-ruby (~> 1.0 )
133- ice_cube (0.14.0 )
134115 jbuilder (2.6.2 )
135116 activesupport (>= 3.0.0 , < 5.1 )
136117 multi_json (~> 1.2 )
289270 connection_pool (~> 2.2 , >= 2.2.0 )
290271 rack-protection (>= 1.5.0 )
291272 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 )
296273 spring (2.0.0 )
297274 activesupport (>= 4.2 )
298275 sprockets (3.7.1 )
305282 thor (0.20.0 )
306283 thread_safe (0.3.6 )
307284 tilt (2.0.5 )
308- timers (4.1.1 )
309- hitimes
310285 turbolinks (5.0.1 )
311286 turbolinks-source (~> 5 )
312287 turbolinks-source (5.0.0 )
@@ -377,7 +352,6 @@ DEPENDENCIES
377352 selenium-webdriver (~> 2.53 )
378353 sentry-raven
379354 sidekiq
380- sidetiq
381355 spring
382356 turbolinks
383357 uglifier
@@ -386,4 +360,4 @@ DEPENDENCIES
386360 webmock (~> 3.0 )
387361
388362BUNDLED 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-
31Rails . application . routes . draw do
42 if !Rails . env . test?
53 require 'sidekiq/web'
You can’t perform that action at this time.
0 commit comments