diff --git a/Gemfile b/Gemfile index 29e72d0..62588eb 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 3abdc80..98e4262 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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) @@ -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)