Skip to content

Commit 324a81e

Browse files
committed
Removed unwanted sidekiq files
1 parent 7f54cad commit 324a81e

File tree

8 files changed

+0
-137
lines changed

8 files changed

+0
-137
lines changed

Gemfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,9 @@ gem 'jquery-datatables-rails', '~> 3.4'
2626
gem 'will_paginate', '~> 3.1'
2727
gem 'will_paginate-bootstrap', '~> 1.0', '>= 1.0.1'
2828

29-
# Kick out synchronous delaying guys and process as queues, asynchronously!
30-
gem 'sidekiq'
31-
32-
# Sidekiq strategy to support a granular queue control – limiting, pausing, blocking, querying.
33-
gem 'sidekiq-limit_fetch'
34-
3529
# Adds a Redis::Namespace class which can be used to namespace calls to Redis. This is useful when using a single instance of Redis with multiple, different applications.
3630
gem 'redis-namespace'
3731

38-
# if you require 'sinatra' you get the DSL extended to Object
39-
gem 'sinatra', :require => nil
40-
4132
# Rails Cron
4233
gem 'whenever', '~> 0.9.4', require: false
4334

Gemfile.lock

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -36,36 +36,23 @@ GEM
3636
minitest (~> 5.1)
3737
thread_safe (~> 0.3, >= 0.3.4)
3838
tzinfo (~> 1.1)
39-
addressable (2.4.0)
4039
arel (6.0.3)
4140
binding_of_caller (0.7.2)
4241
debug_inspector (>= 0.0.1)
43-
buftok (0.2.0)
4442
builder (3.2.2)
4543
byebug (8.2.2)
4644
chronic (0.10.2)
4745
concurrent-ruby (1.0.0)
48-
connection_pool (2.2.0)
4946
debug_inspector (0.0.2)
5047
domain_name (0.5.20160310)
5148
unf (>= 0.0.5, < 1.0.0)
52-
equalizer (0.0.10)
5349
erubis (2.7.0)
5450
execjs (2.6.0)
55-
faraday (0.9.2)
56-
multipart-post (>= 1.2, < 3)
5751
globalid (0.3.6)
5852
activesupport (>= 4.1.0)
5953
htmlcompressor (0.3.0)
60-
http (1.0.4)
61-
addressable (~> 2.3)
62-
http-cookie (~> 1.0)
63-
http-form_data (~> 1.0.1)
64-
http_parser.rb (~> 0.6.0)
6554
http-cookie (1.0.2)
6655
domain_name (~> 0.5)
67-
http-form_data (1.0.1)
68-
http_parser.rb (0.6.0)
6956
i18n (0.7.0)
7057
jquery-datatables-rails (3.4.0)
7158
actionpack (>= 3.1)
@@ -90,14 +77,10 @@ GEM
9077
nokogiri (~> 1.6)
9178
ntlm-http (~> 0.1, >= 0.1.1)
9279
webrobots (>= 0.0.9, < 0.2)
93-
memoizable (0.4.2)
94-
thread_safe (~> 0.3, >= 0.3.1)
9580
mime-types (2.99)
9681
mini_portile2 (2.0.0)
9782
minitest (5.8.4)
98-
multipart-post (2.0.0)
9983
mysql2 (0.4.2)
100-
naught (1.1.0)
10184
net-http-digest_auth (1.4)
10285
net-http-persistent (2.9.4)
10386
nokogiri (1.6.7.2)
@@ -108,8 +91,6 @@ GEM
10891
rake (>= 0.8.1)
10992
pg (0.17.1)
11093
rack (1.6.4)
111-
rack-protection (1.5.3)
112-
rack
11394
rack-test (0.6.3)
11495
rack (>= 1.0)
11596
rails (4.2.5)
@@ -147,17 +128,6 @@ GEM
147128
sprockets (>= 2.8, < 4.0)
148129
sprockets-rails (>= 2.0, < 4.0)
149130
tilt (>= 1.1, < 3)
150-
sidekiq (4.1.1)
151-
concurrent-ruby (~> 1.0)
152-
connection_pool (~> 2.2, >= 2.2.0)
153-
redis (~> 3.2, >= 3.2.1)
154-
sidekiq-limit_fetch (3.1.0)
155-
sidekiq (>= 4)
156-
simple_oauth (0.3.1)
157-
sinatra (1.4.7)
158-
rack (~> 1.5)
159-
rack-protection (~> 1.4)
160-
tilt (>= 1.3, < 3)
161131
sprockets (3.5.2)
162132
concurrent-ruby (~> 1.0)
163133
rack (> 1, < 3)
@@ -204,9 +174,6 @@ DEPENDENCIES
204174
rails (= 4.2.5)
205175
redis-namespace
206176
sass-rails (~> 5.0)
207-
sidekiq
208-
sidekiq-limit_fetch
209-
sinatra
210177
uglifier (>= 1.3.0)
211178
unidecoder
212179
web-console (~> 2.0)

config/deploy.rb

Lines changed: 0 additions & 71 deletions
This file was deleted.

config/initializers/action_mailer_queue.rb

Lines changed: 0 additions & 3 deletions
This file was deleted.

config/initializers/active_job.rb

Lines changed: 0 additions & 5 deletions
This file was deleted.

config/initializers/sidekiq.rb

Lines changed: 0 additions & 13 deletions
This file was deleted.

config/schedule.rb

Lines changed: 0 additions & 3 deletions
This file was deleted.

config/sidekiq.yml

Whitespace-only changes.

0 commit comments

Comments
 (0)