Upgrade gemspec to run with Rack 1.6 aka Rails 4.2.10
Closed this issue · 1 comments
davidhrbac commented
Dashing 1.3.7 is not possible to run with rails 4.2.8-10 since they need rack ~>1.6
while dashing needs rack ~> 1.5.4
. So one can use something like rails 4.2.5. Old versions of rails have security issues so it's advisable to use rails 4.2.10.
Can you bump version requirements?
davidhrbac commented
Sorry, it was dotenv-rails
gem causing the issue. I should use just dotenv
to not have the rails dependencies built.