diff --git a/record-and-playback/core/Gemfile b/record-and-playback/core/Gemfile index 8b553302cc..3dc6010857 100644 --- a/record-and-playback/core/Gemfile +++ b/record-and-playback/core/Gemfile @@ -32,7 +32,7 @@ gem 'rb-inotify', '~> 0.10' gem 'redis', '~> 4.1' gem 'rubyzip', '~> 2.0' gem 'optimist' -gem 'resque', '~> 2.5', '>= 2.5.0' +gem 'resque', '~> 2.6', '>= 2.6.0' gem 'bbbevents', '~> 2.0', '>= 2.0.0' gem 'rake', '>= 12.3', '<14' gem 'tzinfo', '>= 1.2.10' diff --git a/record-and-playback/core/Gemfile.lock b/record-and-playback/core/Gemfile.lock index 54d370c09d..830a23c6db 100644 --- a/record-and-playback/core/Gemfile.lock +++ b/record-and-playback/core/Gemfile.lock @@ -43,18 +43,18 @@ GEM parser (3.1.3.0) ast (~> 2.4.1) racc (1.6.1) - rack (2.2.7) - rack-protection (3.0.6) - rack + rack (2.2.8) + rack-protection (3.1.0) + rack (~> 2.2, >= 2.2.4) rainbow (3.1.1) rake (13.0.6) rb-inotify (0.10.1) ffi (~> 1.0) redis (4.8.1) - redis-namespace (1.10.0) + redis-namespace (1.11.0) redis (>= 4) regexp_parser (2.6.1) - resque (2.5.0) + resque (2.6.0) mono_logger (~> 1.0) multi_json (~> 1.0) redis-namespace (~> 1.6) @@ -75,12 +75,12 @@ GEM ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) - sinatra (3.0.6) + sinatra (3.1.0) mustermann (~> 3.0) rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.0.6) + rack-protection (= 3.1.0) tilt (~> 2.0) - tilt (2.1.0) + tilt (2.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.3.0) @@ -105,7 +105,7 @@ DEPENDENCIES rake (>= 12.3, < 14) rb-inotify (~> 0.10) redis (~> 4.1) - resque (~> 2.5, >= 2.5.0) + resque (~> 2.6, >= 2.6.0) rubocop (~> 1.31.1) rubyzip (~> 2.0) tzinfo (>= 1.2.10)