From d0e26f28eae137f08b2464d5114c2bbdffc63c37 Mon Sep 17 00:00:00 2001 From: Nikita Fedyashev Date: Sun, 27 Jun 2021 13:39:52 +0300 Subject: [PATCH] Delete config, db folders from gemspec --- browser_warrior.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser_warrior.gemspec b/browser_warrior.gemspec index 44a3954..729df8f 100644 --- a/browser_warrior.gemspec +++ b/browser_warrior.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.description = "BrowserWarrior is a Ruby on Rails engine that let you reject your non-modern browser user just one line code" s.license = "MIT" - s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"] + s.files = Dir["{app,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"] s.add_dependency "rails", ">= 5.0", "< 7" s.add_dependency "sass-rails"