bigbluebutton-Github/record-and-playback/core/Gemfile.lock
Leonardo Crauss Daronco 5aeeee25fd Move rap archive to resque, first step on moving all steps to resque
For now the differences are that the archive worker will run inside
resque (it is a resque worker now) and there is a "rap-trigger" file that
is executed by systemd to detect recordings that need to be archived and
add a job on resque to archive them.

The process os scheduling jobs still needs to be reviewed, but for now will
be done by rap-trigger.
2017-07-13 14:36:43 -03:00

61 lines
1.1 KiB
Plaintext

GEM
remote: http://rubygems.org/
specs:
absolute_time (1.0.0)
addressable (2.4.0)
builder (3.2.2)
curb (0.9.3)
fastimage (2.0.0)
addressable (~> 2)
mime-types (2.6.2)
mini_portile2 (2.1.0)
mono_logger (1.1.0)
multi_json (1.12.1)
mustermann (1.0.0)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
open4 (1.3.4)
pkg-config (1.1.7)
rack (2.0.3)
rack-protection (2.0.0)
rack
redis (3.3.1)
redis-namespace (1.5.3)
redis (~> 3.0, >= 3.0.4)
resque (1.27.4)
mono_logger (~> 1.0)
multi_json (~> 1.0)
redis-namespace (~> 1.3)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
rubyzip (1.2.0)
sinatra (2.0.0)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.0)
tilt (~> 2.0)
tilt (2.0.7)
trollop (2.1.2)
vegas (0.1.11)
rack (>= 1.0.0)
PLATFORMS
ruby
DEPENDENCIES
absolute_time
builder
curb
fastimage
mime-types
nokogiri
open4
redis
resque
rubyzip
trollop
BUNDLED WITH
1.13.6