Skip to content

Commit

Permalink
chore: Loosen rack dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrubisch committed Apr 22, 2024
1 parent a87a20d commit 0e25549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion futurism.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "standardrb"
spec.add_development_dependency "sqlite3"

spec.add_dependency "rack", "~> 2.0"
spec.add_dependency "rack", ">= 2", "< 4"

spec.add_dependency "rails", ">= 5.2"
spec.add_dependency "cable_ready", ">= 5.0"
end

0 comments on commit 0e25549

Please sign in to comment.