Skip to content

Commit

Permalink
Depend on rack explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
tricknotes committed Feb 1, 2024
1 parent a150553 commit 1683bc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ember-cli-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "ember-cli-rails-assets", ">= 0.6.2", "< 1.0"
spec.add_dependency "railties", ">= 4.2"
spec.add_dependency "rack", ">= 2.1", "< 4.0"
spec.add_dependency "terrapin", "~> 0.6.0"
spec.add_dependency "html_page", "~> 0.1.0"

Expand Down

0 comments on commit 1683bc6

Please sign in to comment.