From 65fde3bf75cf82bf18d8cfa36bc07f52c9a866ff Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Wed, 29 Jul 2015 22:22:39 +0200 Subject: [PATCH] Fix the gem version in Gemfile.lock --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0299c50f9f..5548531abe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - actioncable (0.1.0) + actioncable (0.0.3) actionpack (>= 4.2.0) activesupport (>= 4.2.0) celluloid (~> 0.16.0)