Update gemojione to 3.2

https://github.com/gollum/gollum-lib/issues/226
This commit is contained in:
Sven Schwyn
2016-12-28 23:49:39 +01:00
parent abb516e1b1
commit 8da809f22c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ require 'gemojione'
module Precious
module Helpers
EMOJI_PATHNAME = Pathname.new(Gemojione.index.images_path).freeze
EMOJI_PATHNAME = Pathname.new(Gemojione.images_path).freeze
# Extract the path string that Gollum::Wiki expects
def extract_path(file_path)