Skip to content

Commit

Permalink
Delete dev deps from gemspec, as they are already listed in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
markets committed Oct 31, 2024
1 parent a3ecf5a commit 2d44853
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions middleman-syntax.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ Gem::Specification.new do |s|
s.license = "MIT"
s.files = `git ls-files -z`.split("\0")
s.test_files = `git ls-files -z -- {fixtures,features}/*`.split("\0")
s.require_paths = ["lib"]
s.add_runtime_dependency("middleman-core", [">= 3.2"])
s.add_runtime_dependency("rouge", ["~> 3.2"])
s.add_development_dependency("aruba")
s.add_development_dependency("cucumber")
s.add_development_dependency("haml")
s.add_development_dependency("kramdown")
s.add_development_dependency("slim")
end

0 comments on commit 2d44853

Please sign in to comment.