Skip to content

Commit

Permalink
update todo gemfile to remove sidekiq too
Browse files Browse the repository at this point in the history
This wasn't fixed in previous commit, as productivity/todo wasn't updated in the root Makefile/Contexts.
The plan is to move all domains (ecommerce and productivity into one flat domains/ directory), thus simplifying such changes/conventions.
  • Loading branch information
andrzejkrzywda committed Aug 16, 2024
1 parent 0159639 commit 9ccfa11
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions productivity/todo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ PATH
rake
ruby_event_store (~> 2.13)
ruby_event_store-transformations
sidekiq

GEM
remote: https://oss:7AXfeZdAfCqL1PvHm2nvDJO6Zd9UW8IK@gem.mutant.dev/
Expand Down Expand Up @@ -78,22 +77,14 @@ GEM
ast (~> 2.4.1)
racc
racc (1.7.3)
rack (3.0.8)
rake (13.1.0)
redis-client (0.19.0)
connection_pool
regexp_parser (2.8.3)
ruby2_keywords (0.0.5)
ruby_event_store (2.13.0)
concurrent-ruby (~> 1.0, >= 1.1.6)
ruby_event_store-transformations (0.1.0)
activesupport (>= 5.0)
ruby_event_store (>= 2.0.0, < 3.0.0)
sidekiq (7.2.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
sorbet-runtime (0.5.11190)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down

0 comments on commit 9ccfa11

Please sign in to comment.