From 13b9022282480265decb4fc070204c6aec072f6a Mon Sep 17 00:00:00 2001
From: Calvin Walton <calvin.walton@kepstin.ca>
Date: Fri, 2 Sep 2016 16:31:59 -0400
Subject: [PATCH] Update the Gemfile.lock file to match gem changes

---
 record-and-playback/core/Gemfile.lock | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/record-and-playback/core/Gemfile.lock b/record-and-playback/core/Gemfile.lock
index 8bb0f9b79c..16e319e407 100644
--- a/record-and-playback/core/Gemfile.lock
+++ b/record-and-playback/core/Gemfile.lock
@@ -1,6 +1,7 @@
 GEM
   remote: http://rubygems.org/
   specs:
+    absolute_time (1.0.0)
     addressable (2.3.6)
     builder (3.2.2)
     curb (0.8.6)
@@ -30,7 +31,6 @@ GEM
       rack (~> 1.4)
       rack-protection (~> 1.4)
       tilt (~> 1.3, >= 1.3.4)
-    streamio-ffmpeg (1.0.0)
     tilt (1.4.1)
     trollop (2.0)
     vegas (0.1.11)
@@ -40,6 +40,7 @@ PLATFORMS
   ruby
 
 DEPENDENCIES
+  absolute_time
   builder
   curb
   fastimage
@@ -49,5 +50,7 @@ DEPENDENCIES
   redis
   resque
   rubyzip
-  streamio-ffmpeg
   trollop
+
+BUNDLED WITH
+   1.10.6
-- 
GitLab