Skip to content

Commit

Permalink
add claim event timeline model
Browse files Browse the repository at this point in the history
  • Loading branch information
aherzberg committed Apr 26, 2024
1 parent 3330eb1 commit 8ff46c0
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,17 @@ PATH
veteran_confirmation (0.0.1)
vye (0.1.0)

GEM
remote: https://enterprise.contribsys.com/
specs:
sidekiq-ent (7.2.2)
einhorn (~> 1.0)
gserver
sidekiq (>= 7.2.0, < 8)
sidekiq-pro (>= 7.2.0, < 8)
sidekiq-pro (7.2.0)
sidekiq (>= 7.2.0, < 8)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -395,6 +406,7 @@ GEM
dry-initializer (~> 3.0)
dry-schema (>= 1.12, < 2)
zeitwerk (~> 2.6)
einhorn (1.0.0)
erubi (1.12.0)
et-orbi (1.2.7)
tzinfo
Expand Down Expand Up @@ -878,7 +890,7 @@ GEM
rswag-ui (2.13.0)
actionpack (>= 3.1, < 7.2)
railties (>= 3.1, < 7.2)
rubocop (1.63.3)
rubocop (1.63.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -1232,6 +1244,8 @@ DEPENDENCIES
shoulda-matchers
shrine
sidekiq (~> 7.2.0)
sidekiq-ent!
sidekiq-pro!
sidekiq_alive
simple_forms_api!
simplecov
Expand Down

0 comments on commit 8ff46c0

Please sign in to comment.