aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Hardy <packagethief@gmail.com>2015-07-08 23:12:57 -0400
committerJeffrey Hardy <packagethief@gmail.com>2015-07-08 23:16:23 -0400
commit42ac768562a981cbede1d8c4119eb5304a62dd83 (patch)
tree7f0de2089107c34e20c5d266d3e787bfc479fe22
parent5ad75fb4596416d36b513373c3745d10c3acee15 (diff)
downloadrails-42ac768562a981cbede1d8c4119eb5304a62dd83.tar.gz
rails-42ac768562a981cbede1d8c4119eb5304a62dd83.tar.bz2
rails-42ac768562a981cbede1d8c4119eb5304a62dd83.zip
Freshen Gemfile.lock
Generated from a fresh `bundle install` * Add websocket-driver * Update activesupport * Rename `actioncable` -> `action_cable`
-rw-r--r--Gemfile.lock7
1 files 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