From 5905645d0fc2b61e57541ae67023093d9895a9ba Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 12 Aug 2017 15:47:05 +0200 Subject: [PATCH] Fix mobile_fu Since the gem was renamed, we need to require it manually... --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8fcd22e75..b056a05b8 100644 --- a/Gemfile +++ b/Gemfile @@ -185,7 +185,7 @@ gem "typhoeus", "1.1.2" gem "gon", "6.1.0" gem "hamlit", "2.8.4" -gem "mobile_fu", "1.4.0" +gem "mobile_fu", "1.4.0", require: "mobile-fu" gem "rails-timeago", "2.16.0" gem "will_paginate", "3.1.6"