Skip to content

Commit

Permalink
Add Fugit to parse cron-style schedules
Browse files Browse the repository at this point in the history
  • Loading branch information
rosa committed Mar 14, 2024
1 parent f0c1134 commit 16966b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ PATH
solid_queue (0.2.2)
activejob (>= 7.1)
activerecord (>= 7.1)
concurrent-ruby (~> 1.2.2)
fugit (~> 1.9.0)
railties (>= 7.1)

GEM
Expand Down Expand Up @@ -55,6 +57,11 @@ GEM
drb (2.1.1)
ruby2_keywords
erubi (1.12.0)
et-orbi (1.2.7)
tzinfo
fugit (1.9.0)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
Expand All @@ -81,6 +88,7 @@ GEM
pg (1.5.4)
puma (6.4.2)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.7.3)
rack (3.0.8)
rack-session (2.0.0)
Expand Down
2 changes: 2 additions & 0 deletions solid_queue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Gem::Specification.new do |spec|
spec.add_dependency "activerecord", rails_version
spec.add_dependency "activejob", rails_version
spec.add_dependency "railties", rails_version
spec.add_dependency "concurrent-ruby", "~> 1.2.2"
spec.add_dependency "fugit", "~> 1.9.0"
spec.add_development_dependency "debug"
spec.add_development_dependency "mocha"
spec.add_development_dependency "puma"
Expand Down

0 comments on commit 16966b6

Please sign in to comment.