Merge pull request #16143 from antobinary/port-15552
chore(recording): update recording gems -- port of #15552 to BBB 2.6
This commit is contained in:
commit
ccaeee8769
@ -25,16 +25,17 @@ gem 'java_properties'
|
||||
gem 'journald-logger', '~> 3.0'
|
||||
gem 'jwt', '~> 2.2'
|
||||
gem 'locale', '~> 2.1'
|
||||
gem 'loofah', '~> 2.3'
|
||||
gem 'nokogiri', '~> 1.13', '>= 1.13.6'
|
||||
gem 'loofah', '~> 2.19.1'
|
||||
gem 'nokogiri', '~> 1.13.10', '>= 1.13.10'
|
||||
gem 'open4', '~> 1.3'
|
||||
gem 'rb-inotify', '~> 0.10'
|
||||
gem 'redis', '~> 4.1'
|
||||
gem 'rubyzip', '~> 2.0'
|
||||
gem 'optimist'
|
||||
gem 'resque', '~> 2.0.0'
|
||||
gem 'resque', '~> 2.4'
|
||||
gem 'bbbevents', '~> 1.2'
|
||||
gem 'rake', '>= 12.3', '<14'
|
||||
gem 'tzinfo', '>= 1.2.10'
|
||||
|
||||
group :test, optional: true do
|
||||
gem 'rubocop', '~> 1.31.1'
|
||||
|
@ -2,7 +2,7 @@ GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
absolute_time (1.0.0)
|
||||
activesupport (5.2.8)
|
||||
activesupport (5.2.8.1)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
i18n (>= 0.7, < 2)
|
||||
minitest (~> 5.1)
|
||||
@ -15,52 +15,51 @@ GEM
|
||||
crass (1.0.6)
|
||||
fastimage (2.2.6)
|
||||
ffi (1.15.5)
|
||||
i18n (1.10.0)
|
||||
i18n (1.12.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
java_properties (0.0.4)
|
||||
journald-logger (3.1.0)
|
||||
journald-native (~> 1.0)
|
||||
journald-native (1.0.12)
|
||||
json (2.6.2)
|
||||
jwt (2.3.0)
|
||||
json (2.6.3)
|
||||
jwt (2.5.0)
|
||||
locale (2.1.3)
|
||||
loofah (2.18.0)
|
||||
loofah (2.19.1)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.5.9)
|
||||
mini_portile2 (2.8.0)
|
||||
minitest (5.14.4)
|
||||
mono_logger (1.1.1)
|
||||
multi_json (1.15.0)
|
||||
mustermann (1.1.1)
|
||||
mustermann (3.0.0)
|
||||
ruby2_keywords (~> 0.0.1)
|
||||
nokogiri (1.13.6)
|
||||
nokogiri (1.13.10)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
racc (~> 1.4)
|
||||
open4 (1.3.4)
|
||||
optimist (3.0.1)
|
||||
parallel (1.22.1)
|
||||
parser (3.1.2.0)
|
||||
parser (3.1.3.0)
|
||||
ast (~> 2.4.1)
|
||||
racc (1.6.0)
|
||||
rack (2.2.3.1)
|
||||
rack-protection (2.2.0)
|
||||
racc (1.6.1)
|
||||
rack (3.0.0)
|
||||
rack-protection (3.0.4)
|
||||
rack
|
||||
rainbow (3.1.1)
|
||||
rake (13.0.6)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
redis (4.6.0)
|
||||
redis-namespace (1.8.2)
|
||||
redis (>= 3.0.4)
|
||||
regexp_parser (2.5.0)
|
||||
resque (2.0.0)
|
||||
redis (4.8.0)
|
||||
redis-namespace (1.9.0)
|
||||
redis (>= 4)
|
||||
regexp_parser (2.6.1)
|
||||
resque (2.4.0)
|
||||
mono_logger (~> 1.0)
|
||||
multi_json (~> 1.0)
|
||||
redis-namespace (~> 1.6)
|
||||
sinatra (>= 0.9.2)
|
||||
vegas (~> 0.1.2)
|
||||
rexml (3.2.5)
|
||||
rubocop (1.31.1)
|
||||
rubocop (1.31.2)
|
||||
json (~> 2.3)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.1.0.0)
|
||||
@ -70,23 +69,21 @@ GEM
|
||||
rubocop-ast (>= 1.18.0, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 3.0)
|
||||
rubocop-ast (1.18.0)
|
||||
rubocop-ast (1.24.0)
|
||||
parser (>= 3.1.1.0)
|
||||
ruby-progressbar (1.11.0)
|
||||
ruby2_keywords (0.0.5)
|
||||
rubyzip (2.3.2)
|
||||
sinatra (2.2.0)
|
||||
mustermann (~> 1.0)
|
||||
rack (~> 2.2)
|
||||
rack-protection (= 2.2.0)
|
||||
sinatra (3.0.4)
|
||||
mustermann (~> 3.0)
|
||||
rack (~> 2.2, >= 2.2.4)
|
||||
rack-protection (= 3.0.4)
|
||||
tilt (~> 2.0)
|
||||
thread_safe (0.3.6)
|
||||
tilt (2.0.10)
|
||||
tzinfo (1.2.9)
|
||||
tilt (2.0.11)
|
||||
tzinfo (1.2.10)
|
||||
thread_safe (~> 0.1)
|
||||
unicode-display_width (2.2.0)
|
||||
vegas (0.1.11)
|
||||
rack (>= 1.0.0)
|
||||
unicode-display_width (2.3.0)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
@ -100,17 +97,18 @@ DEPENDENCIES
|
||||
journald-logger (~> 3.0)
|
||||
jwt (~> 2.2)
|
||||
locale (~> 2.1)
|
||||
loofah (~> 2.3)
|
||||
loofah (~> 2.19.1)
|
||||
minitest (~> 5.14.1)
|
||||
nokogiri (~> 1.13, >= 1.13.6)
|
||||
nokogiri (~> 1.13.10, >= 1.13.10)
|
||||
open4 (~> 1.3)
|
||||
optimist
|
||||
rake (>= 12.3, < 14)
|
||||
rb-inotify (~> 0.10)
|
||||
redis (~> 4.1)
|
||||
resque (~> 2.0.0)
|
||||
resque (~> 2.4)
|
||||
rubocop (~> 1.31.1)
|
||||
rubyzip (~> 2.0)
|
||||
tzinfo (>= 1.2.10)
|
||||
|
||||
BUNDLED WITH
|
||||
2.1.4
|
||||
|
Loading…
Reference in New Issue
Block a user