Skip to content

Commit

Permalink
Require at least 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, limit at 256 chars
  • Loading branch information
jmettraux committed Aug 15, 2024
1 parent 6ad0744 commit d1c7184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidekiq-cron.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.7"

s.add_dependency("cronex", ">= 0.13.0")
s.add_dependency("fugit", "~> 1.8")
s.add_dependency("fugit", "~> 1.8", ">= 1.11.1")
s.add_dependency("globalid", ">= 1.0.1")
s.add_dependency("sidekiq", ">= 6")

Expand Down

0 comments on commit d1c7184

Please sign in to comment.