Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem('addressable', '2.8.0')
gem('airbrake', '~> 5.0')
gem('aws-sdk-s3', '~> 1')
gem('cld')
gem('connection_pool', '2.2.2')
gem('connection_pool', '2.4.1')
gem('dgaff')
gem('diff-lcs', '1.3')
gem('elasticsearch', '7.10.1')
Expand All @@ -26,7 +26,7 @@ gem('nokogiri', '1.13.4')
gem('parallel', '1.19.1')
gem('pry')
gem('public_suffix', '4.0.5')
gem('rack', '2.2.3')
gem('rack', '2.2.8')
gem('rack-test')
gem('rake')
gem('redis', '4.1.4')
Expand Down
29 changes: 15 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GEM
ffi
coderay (1.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.2.2)
connection_pool (2.4.1)
crack (0.4.5)
rexml
dgaff (0.1.3)
Expand Down Expand Up @@ -149,7 +149,7 @@ GEM
public_suffix (4.0.5)
raabro (1.4.0)
racc (1.6.2)
rack (2.2.3)
rack (2.2.8)
rack-protection (2.2.4)
rack
rack-test (2.1.0)
Expand All @@ -159,6 +159,8 @@ GEM
rdf (3.2.9)
link_header (~> 0.0, >= 0.0.8)
redis (4.1.4)
redis-client (0.17.0)
connection_pool
regexp_parser (2.7.0)
reline (0.3.2)
io-console (~> 0.5)
Expand Down Expand Up @@ -199,21 +201,20 @@ GEM
rubocop (>= 0.68.1)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sidekiq (6.0.7)
connection_pool (>= 2.2.2)
rack (~> 2.0)
rack-protection (>= 2.0.0)
redis (>= 4.1.0)
sidekiq (7.1.4)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
sidekiq-cron (1.10.0)
fugit (~> 1.8)
globalid (>= 1.0.1)
sidekiq (>= 6)
sidekiq-unique-jobs (7.1.29)
sidekiq-unique-jobs (8.0.3)
brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
concurrent-ruby (~> 1.0, >= 1.0.5)
redis (< 5.0)
sidekiq (>= 5.0, < 7.0)
thor (>= 0.20, < 3.0)
sidekiq (>= 7.0.0, < 8.0.0)
thor (>= 1.0, < 3.0)
simplecov (0.17.0)
docile (~> 1.1)
json (>= 1.8, < 3)
Expand All @@ -226,7 +227,7 @@ GEM
tilt (~> 2.0)
tf-idf-similarity (0.2.0)
unicode_utils (~> 1.4)
thor (1.2.1)
thor (1.2.2)
thread_safe (0.3.6)
tilt (2.1.0)
tzinfo (1.2.11)
Expand All @@ -252,7 +253,7 @@ DEPENDENCIES
airbrake (~> 5.0)
aws-sdk-s3 (~> 1)
cld
connection_pool (= 2.2.2)
connection_pool (= 2.4.1)
dgaff
diff-lcs (= 1.3)
elasticsearch (= 7.10.1)
Expand All @@ -272,7 +273,7 @@ DEPENDENCIES
parallel (= 1.19.1)
pry
public_suffix (= 4.0.5)
rack (= 2.2.3)
rack (= 2.2.8)
rack-test
rake
redis (= 4.1.4)
Expand Down