Skip to content
Snippets Groups Projects
Commit bc1b53f0 authored by Calvin Walton's avatar Calvin Walton
Browse files

Update gems for record-and-playback

parent 6e7f133f
No related branches found
No related tags found
No related merge requests found
AllCops: AllCops:
TargetRubyVersion: 2.3 # System ruby on Ubuntu 16.04 TargetRubyVersion: 2.5 # System ruby on Ubuntu 18.04
Layout/AlignHash: Layout/HashAlignment:
EnforcedHashRocketStyle: [ key, table ] EnforcedHashRocketStyle: [ key, table ]
EnforcedColonStyle: [ key, table ]
Layout/LineLength:
Max: 128
Metrics: Metrics:
Enabled: false Enabled: false
Style/AsciiComments: Style/AsciiComments:
AllowedChars: [ © ] AllowedChars: [ © ]
Style/Documentation:
Enabled: false
Style/TrailingCommaInArrayLiteral: Style/TrailingCommaInArrayLiteral:
EnforcedStyleForMultiline: consistent_comma EnforcedStyleForMultiline: consistent_comma
Style/TrailingCommaInHashLiteral: Style/TrailingCommaInHashLiteral:
......
# # frozen_string_literal: true
# BigBlueButton open source conferencing system - http://www.bigbluebutton.org/ # BigBlueButton open source conferencing system - http://www.bigbluebutton.org/
# #
# Copyright (c) 2012 BigBlueButton Inc. and by respective authors (see below). # Copyright © 2019 BigBlueButton Inc. and by respective authors (see below).
# #
# This program is free software; you can redistribute it and/or modify it under the # This program is free software; you can redistribute it and/or modify it under the
# terms of the GNU Lesser General Public License as published by the Free Software # terms of the GNU Lesser General Public License as published by the Free Software
...@@ -14,28 +15,26 @@ ...@@ -14,28 +15,26 @@
# #
# You should have received a copy of the GNU Lesser General Public License along # You should have received a copy of the GNU Lesser General Public License along
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>. # with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
#
source "https://rubygems.org" source 'https://rubygems.org'
gem "absolute_time" gem 'absolute_time', '~> 1.0'
gem "builder" gem 'builder', '~> 3.2'
gem "fastimage" gem 'fastimage', '~> 2.1'
gem "fnv" gem 'fnv', '~> 0.2'
gem "java_properties" gem 'java_properties'
gem "journald-logger" gem 'journald-logger', '~> 3.0'
gem "jwt" gem 'jwt', '~> 2.2'
gem "locale" gem 'locale', '~> 2.1'
gem "loofah" gem 'loofah', '~> 2.3'
gem "nokogiri" gem 'nokogiri', '~> 1.10'
gem "open4" gem 'open4', '~> 1.3'
gem "rb-inotify" gem 'rb-inotify', '~> 0.10'
gem "redis" gem 'redis', '~> 4.1'
gem "rubyzip" gem 'rubyzip', '~> 2.0'
gem "trollop", "2.1.3" gem 'trollop', '2.1.3'
gem "resque", "~> 1.27.0" gem 'resque', '~> 2.0.0'
group :test, optional: true do group :test, optional: true do
gem "rubocop", "~> 0.71.0" gem 'rubocop', '~> 0.79.0'
end end
...@@ -3,63 +3,65 @@ GEM ...@@ -3,63 +3,65 @@ GEM
specs: specs:
absolute_time (1.0.0) absolute_time (1.0.0)
ast (2.4.0) ast (2.4.0)
builder (3.2.3) builder (3.2.4)
crass (1.0.5) crass (1.0.6)
fastimage (2.1.5) fastimage (2.1.7)
ffi (1.11.1) ffi (1.12.1)
fnv (0.2.0) fnv (0.2.0)
jaro_winkler (1.5.2) jaro_winkler (1.5.4)
java_properties (0.0.4) java_properties (0.0.4)
journald-logger (2.0.4) journald-logger (3.0.0)
journald-native (~> 1.0) journald-native (~> 1.0)
journald-native (1.0.11) journald-native (1.0.11)
jwt (2.2.1) jwt (2.2.1)
locale (2.1.2) locale (2.1.2)
loofah (2.3.1) loofah (2.4.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mini_portile2 (2.4.0) mini_portile2 (2.4.0)
mono_logger (1.1.0) mono_logger (1.1.0)
multi_json (1.14.1) multi_json (1.14.1)
mustermann (1.0.3) mustermann (1.1.1)
nokogiri (1.10.4) ruby2_keywords (~> 0.0.1)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
open4 (1.3.4) open4 (1.3.4)
parallel (1.17.0) parallel (1.19.1)
parser (2.6.3.0) parser (2.7.0.2)
ast (~> 2.4.0) ast (~> 2.4.0)
rack (2.0.8) rack (2.1.1)
rack-protection (2.0.7) rack-protection (2.0.8.1)
rack rack
rainbow (3.0.0) rainbow (3.0.0)
rb-inotify (0.10.0) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
redis (4.1.2) redis (4.1.3)
redis-namespace (1.6.0) redis-namespace (1.7.0)
redis (>= 3.0.4) redis (>= 3.0.4)
resque (1.27.4) resque (2.0.0)
mono_logger (~> 1.0) mono_logger (~> 1.0)
multi_json (~> 1.0) multi_json (~> 1.0)
redis-namespace (~> 1.3) redis-namespace (~> 1.6)
sinatra (>= 0.9.2) sinatra (>= 0.9.2)
vegas (~> 0.1.2) vegas (~> 0.1.2)
rubocop (0.71.0) rubocop (0.79.0)
jaro_winkler (~> 1.5.1) jaro_winkler (~> 1.5.1)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 2.6) parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7) unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1) ruby-progressbar (1.10.1)
rubyzip (1.3.0) ruby2_keywords (0.0.2)
sinatra (2.0.7) rubyzip (2.0.0)
sinatra (2.0.8.1)
mustermann (~> 1.0) mustermann (~> 1.0)
rack (~> 2.0) rack (~> 2.0)
rack-protection (= 2.0.7) rack-protection (= 2.0.8.1)
tilt (~> 2.0) tilt (~> 2.0)
tilt (2.0.10) tilt (2.0.10)
trollop (2.1.3) trollop (2.1.3)
unicode-display_width (1.6.0) unicode-display_width (1.6.1)
vegas (0.1.11) vegas (0.1.11)
rack (>= 1.0.0) rack (>= 1.0.0)
...@@ -67,22 +69,22 @@ PLATFORMS ...@@ -67,22 +69,22 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
absolute_time absolute_time (~> 1.0)
builder builder (~> 3.2)
fastimage fastimage (~> 2.1)
fnv fnv (~> 0.2)
java_properties java_properties
journald-logger journald-logger (~> 3.0)
jwt jwt (~> 2.2)
locale locale (~> 2.1)
loofah loofah (~> 2.3)
nokogiri nokogiri (~> 1.10)
open4 open4 (~> 1.3)
rb-inotify rb-inotify (~> 0.10)
redis redis (~> 4.1)
resque (~> 1.27.0) resque (~> 2.0.0)
rubocop (~> 0.71.0) rubocop (~> 0.79.0)
rubyzip rubyzip (~> 2.0)
trollop (= 2.1.3) trollop (= 2.1.3)
BUNDLED WITH BUNDLED WITH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment