From 432cc58a2995ebce811b4a458dbe17ff317c8dba Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Tue, 4 Oct 2016 09:23:51 +0900 Subject: [PATCH] Restore missing Gemfile.lock entries These lines were lost in https://github.com/rails/rails/pull/26695/files#diff-e79a60dc6b85309ae70a6ea8261eaf95L192. --- Gemfile.lock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index 87edfa767c..14635a8cb2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -190,6 +190,8 @@ GEM eventmachine (>= 0.12.0) websocket-driver (>= 0.5.1) ffi (1.9.14) + ffi (1.9.14-x64-mingw32) + ffi (1.9.14-x86-mingw32) globalid (0.3.7) activesupport (>= 4.1.0) hiredis (0.6.1)