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 @@ -42,7 +42,7 @@ gem 'retriable', '~> 3.1'
# Resque/Redis (for queued jobs)
gem 'redis', '~> 4.8' # NOTE: Updating the redis gem to v5 breaks the current redis namespace setup
gem 'redis-namespace', '~> 1.11'
gem 'resque', '~> 2.6'
gem 'resque', '~> 3.0'

# For authentication
gem 'devise', '~> 4.9'
Expand Down
17 changes: 9 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,8 @@ GEM
prism (~> 1.5)
mono_logger (1.1.2)
msgpack (1.8.0)
multi_json (1.17.0)
mustermann (3.0.4)
ruby2_keywords (~> 0.0.1)
multi_json (1.20.1)
mustermann (3.1.1)
mysql2 (0.5.7)
bigdecimal
net-http (0.9.1)
Expand Down Expand Up @@ -299,11 +298,14 @@ GEM
responders (3.2.0)
actionpack (>= 7.0)
railties (>= 7.0)
resque (2.7.0)
resque (3.0.0)
base64 (~> 0.1)
logger
mono_logger (~> 1)
multi_json (~> 1.0)
redis (>= 4.0)
redis-namespace (~> 1.6)
sinatra (>= 0.9.2)
sinatra (>= 2.0)
retriable (3.4.1)
rexml (3.4.4)
rspec-core (3.13.6)
Expand Down Expand Up @@ -368,7 +370,6 @@ GEM
rubocop-rails (~> 2.25)
rubocop-rspec (~> 2.28)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
securerandom (0.4.1)
simplecov (0.22.0)
docile (~> 1.1)
Expand Down Expand Up @@ -405,7 +406,7 @@ GEM
thruster (0.1.20-arm64-darwin)
thruster (0.1.20-x86_64-darwin)
thruster (0.1.20-x86_64-linux)
tilt (2.6.1)
tilt (2.7.0)
timeout (0.6.1)
tsort (0.2.0)
tzinfo (2.0.6)
Expand Down Expand Up @@ -457,7 +458,7 @@ DEPENDENCIES
rainbow (~> 3.0)
redis (~> 4.8)
redis-namespace (~> 1.11)
resque (~> 2.6)
resque (~> 3.0)
retriable (~> 3.1)
rspec-rails (~> 8.0)
rubocul (~> 4.0.12)
Expand Down