rubyonjets / jets

Ruby on Jets
http://rubyonjets.com
MIT License
2.6k stars 181 forks source link

Require fugit >= 1.11.1 #733

Closed jmettraux closed 2 months ago

jmettraux commented 2 months ago

https://github.com/floraison/fugit/issues/104

Prevent Fugit::Nat.parse choking on large input, peg at 256 chars

spec.add_dependency "fugit", "~> 1.11", ">= 1.11.1"

Which requires fugit from 1.11.0 to 2.x not included and at least 1.11.1


This is a dependency upgrade.

  • [ ] I've added tests (if it's a bug, feature or enhancement)
  • [ ] I've adjusted the documentation (if it's a feature or enhancement)
  • [ ] The test suite passes (run bundle exec rspec to verify this)

Sorry, I haven't done any of this.

jmettraux commented 2 months ago

Closing, dependabot should have a produced a fine PR by now.