Skip to content

Commit

Permalink
Remove ERB dependency
Browse files Browse the repository at this point in the history
ERB is bundled with Ruby already
  • Loading branch information
joeldrapper committed Jan 30, 2024
1 parent e03e85f commit c26a761
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phlex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "concurrent-ruby", "~> 1.2"
spec.add_dependency "erb", ">= 4"
spec.add_dependency "zeitwerk", "~> 2.6"

spec.metadata["rubygems_mfa_required"] = "true"
Expand Down

0 comments on commit c26a761

Please sign in to comment.