From 9ee92f9e90cfc8dffd0362319d3f861f7b64f175 Mon Sep 17 00:00:00 2001 From: BOHUNG Date: Thu, 26 Mar 2020 19:00:36 +0800 Subject: [PATCH] fix bug --- patchfile.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchfile.gemspec b/patchfile.gemspec index e2d3689..c4328df 100644 --- a/patchfile.gemspec +++ b/patchfile.gemspec @@ -1,5 +1,5 @@ $:.push File.expand_path("../lib", __FILE__) - +require 'nokogiri' # Maintain your gem's version: require "patchfile/version" app_path = File.expand_path(__dir__)