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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ruby '2.7.4'
gem 'bcrypt_pbkdf'
gem 'ed25519'
gem 'rails', '~> 5.2'
gem 'sidekiq', '~> 6.4'
gem 'sidekiq', '~> 7.1'
# Use Puma as the app server
gem 'dotenv-rails', '~> 2.2.1'
gem 'okcomputer'
Expand Down
17 changes: 10 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.10)
connection_pool (2.3.0)
connection_pool (2.4.1)
coveralls_reborn (0.25.0)
simplecov (>= 0.18.1, < 0.22.0)
term-ansicolor (~> 1.6)
Expand Down Expand Up @@ -660,7 +660,7 @@ GEM
rails (>= 5.0, < 6.2)
rdf
racc (1.6.0)
rack (2.2.4)
rack (2.2.8)
rack-test (2.0.2)
rack (>= 1.3)
rails (5.2.8.1)
Expand Down Expand Up @@ -764,6 +764,8 @@ GEM
redic (1.5.3)
hiredis
redis (4.8.0)
redis-client (0.17.0)
connection_pool
redis-namespace (1.9.0)
redis (>= 4)
redlock (1.2.2)
Expand Down Expand Up @@ -876,10 +878,11 @@ GEM
rdf-xsd (~> 3.2)
sparql (~> 3.2)
sxp (~> 1.2)
sidekiq (6.5.6)
connection_pool (>= 2.2.5)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq (7.1.3)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
signet (0.16.1)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.0)
Expand Down Expand Up @@ -1039,7 +1042,7 @@ DEPENDENCIES
rspec-rails
rspec_junit_formatter
sass-rails (~> 5.0)
sidekiq (~> 6.4)
sidekiq (~> 7.1)
solr_wrapper (>= 0.3)
terser
turbolinks (~> 5)
Expand Down