From 42ac768562a981cbede1d8c4119eb5304a62dd83 Mon Sep 17 00:00:00 2001 From: Jeffrey Hardy Date: Wed, 8 Jul 2015 23:12:57 -0400 Subject: Freshen Gemfile.lock Generated from a fresh `bundle install` * Add websocket-driver * Update activesupport * Rename `actioncable` -> `action_cable` --- Gemfile.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4e2ff79c81..578fc63b02 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,17 +1,18 @@ PATH remote: . specs: - action_cable (0.1.0) + actioncable (0.1.0) activesupport (>= 4.2.0) celluloid (~> 0.16.0) em-hiredis (~> 0.3.0) faye-websocket (~> 0.9.2) redis (~> 3.0) + websocket-driver (= 0.5.4) GEM remote: http://rubygems.org/ specs: - activesupport (4.2.2) + activesupport (4.2.3) i18n (~> 0.7) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) @@ -49,7 +50,7 @@ PLATFORMS ruby DEPENDENCIES - action_cable! + actioncable! puma rake -- cgit v1.2.3