Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fairblue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hosting
chat
fairblue
Commits
bc1b53f0
Commit
bc1b53f0
authored
5 years ago
by
Calvin Walton
Browse files
Options
Downloads
Patches
Plain Diff
Update gems for record-and-playback
parent
6e7f133f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
record-and-playback/.rubocop.yml
+7
-2
7 additions, 2 deletions
record-and-playback/.rubocop.yml
record-and-playback/core/Gemfile
+21
-22
21 additions, 22 deletions
record-and-playback/core/Gemfile
record-and-playback/core/Gemfile.lock
+41
-39
41 additions, 39 deletions
record-and-playback/core/Gemfile.lock
with
69 additions
and
63 deletions
record-and-playback/.rubocop.yml
+
7
−
2
View file @
bc1b53f0
AllCops
:
AllCops
:
TargetRubyVersion
:
2.
3
# System ruby on Ubuntu 1
6
.04
TargetRubyVersion
:
2.
5
# System ruby on Ubuntu 1
8
.04
Layout/Align
Hash
:
Layout/
Hash
Align
ment
:
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
:
...
...
This diff is collapsed.
Click to expand it.
record-and-playback/core/Gemfile
+
21
−
22
View file @
bc1b53f0
#
# frozen_string_literal: true
# BigBlueButton open source conferencing system - http://www.bigbluebutton.org/
# BigBlueButton open source conferencing system - http://www.bigbluebutton.org/
#
#
# Copyright
(c)
201
2
BigBlueButton Inc. and by respective authors (see below).
# Copyright
©
201
9
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.7
1
.0
"
gem
'
rubocop
'
,
'
~> 0.7
9
.0
'
end
end
This diff is collapsed.
Click to expand it.
record-and-playback/core/Gemfile.lock
+
41
−
39
View file @
bc1b53f0
...
@@ -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.1
1
.1)
ffi (1.1
2
.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.1
7.0
)
parallel (1.1
9.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.7
1
.0)
rubocop (0.7
9
.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.7
1
.0)
rubocop (~> 0.7
9
.0)
rubyzip
rubyzip
(~> 2.0)
trollop (= 2.1.3)
trollop (= 2.1.3)
BUNDLED WITH
BUNDLED WITH
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment