Skip to content
Open
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ gem 'rsolr', '~> 2.4.0'
gem 'rubyzip', '~> 2.3.2'

# our jobs server
gem 'sidekiq', '~> 5.2.9'
gem 'sidekiq', '~> 7.2.0'
gem 'sidekiq-cron', '~> 1.2.0'

# using Slack for some of our messaging
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -689,13 +689,11 @@ GEM
rdf
raabro (1.4.0)
racc (1.7.1)
rack (2.2.7)
rack (2.2.8)
rack-cas (0.16.1)
addressable (~> 2.3)
nokogiri (~> 1.5)
rack (>= 1.3)
rack-protection (3.0.6)
rack
rack-test (2.1.0)
rack (>= 1.3)
rails (5.2.8.1)
Expand Down Expand Up @@ -800,7 +798,9 @@ GEM
rexml (~> 3.2)
redic (1.5.3)
hiredis
redis (4.5.1)
redis (4.8.1)
redis-client (0.18.0)
connection_pool
redis-namespace (1.11.0)
redis (>= 4)
redlock (1.3.2)
Expand Down Expand Up @@ -919,11 +919,11 @@ GEM
sxp (~> 1.1)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
sidekiq (5.2.10)
connection_pool (~> 2.2, >= 2.2.2)
rack (~> 2.0)
rack-protection (>= 1.5.0)
redis (~> 4.5, < 4.6.0)
sidekiq (7.2.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
sidekiq-cron (1.2.0)
fugit (~> 1.1)
sidekiq (>= 4.2.1)
Expand Down Expand Up @@ -1104,7 +1104,7 @@ DEPENDENCIES
rubyzip (~> 2.3.2)
sass-rails (~> 5.1.0)
shoulda-matchers (~> 4)
sidekiq (~> 5.2.9)
sidekiq (~> 7.2.0)
sidekiq-cron (~> 1.2.0)
simplecov (~> 0.21.2)
slack-ruby-client (~> 0.14.6)
Expand Down