Fix mobile_fu
Since the gem was renamed, we need to require it manually...
This commit is contained in:
parent
dc92633dab
commit
5905645d0f
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue