Skip to content

Commit

Permalink
Remove dev dependencies from new theme-gem gemspec (#8042)
Browse files Browse the repository at this point in the history
Merge pull request 8042
  • Loading branch information
ashmaroli committed Apr 30, 2020
1 parent 68fda59 commit e11cd56
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/theme_template/theme.gemspec.erb
Expand Up @@ -13,7 +13,4 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(<%= theme_directories.join("|") %>|LICENSE|README|_config\.yml)!i) }

spec.add_runtime_dependency "jekyll", "~> <%= jekyll_version_with_minor %>"

spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "rake", "~> 12.0"
end

0 comments on commit e11cd56

Please sign in to comment.