Skip to content

Commit

Permalink
Require fugit >= 1.11.1
Browse files Browse the repository at this point in the history
floraison/fugit#104

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

```ruby
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
  • Loading branch information
jmettraux committed Aug 16, 2024
1 parent 4bfcd0f commit 8780fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jets.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "cli-format", ">= 0.6.1"
spec.add_dependency "dotenv", ">= 3.1"
spec.add_dependency "dsl_evaluator", ">= 0.3.0" # for DslEvaluator.print_code
spec.add_dependency "fugit"
spec.add_dependency "fugit", "~> 1.11", ">= 1.11.1"
spec.add_dependency "gems"
spec.add_dependency "hashie"
spec.add_dependency "kramdown"
Expand Down

0 comments on commit 8780fbc

Please sign in to comment.