From 36c2ab45dacf73dc946e1a8fe160917f80aeb32f Mon Sep 17 00:00:00 2001 From: BOHUNG Date: Tue, 7 Apr 2020 15:11:01 +0800 Subject: [PATCH] fix --- patchfile.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchfile.gemspec b/patchfile.gemspec index 42881c4..b7b752d 100644 --- a/patchfile.gemspec +++ b/patchfile.gemspec @@ -113,7 +113,7 @@ Gem::Specification.new do |s| s.summary = "Patch_file for Orbit" s.description = "Patch_file for Orbit" s.license = "MIT" - + s.add_dependency "nokogiri" s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"] s.test_files = Dir["test/**/*"] end