fix: record-and-playback/core/Gemfile & record-and-playback/core/Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917
This commit is contained in:
parent
51533da3e2
commit
8971f3597b
@ -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'
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user