Move the Gemfile dependencies to the gemspec

This commit is contained in:
Wilson Silva
2023-01-06 10:17:33 +07:00
parent 829b751cf0
commit 64b33b4869
3 changed files with 5 additions and 6 deletions

View File

@@ -29,4 +29,8 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.12"
spec.add_development_dependency "rubocop", "~> 1.42"
end