Skip to content

Commit

Permalink
unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pjurewicz committed Apr 30, 2024
1 parent 7722f39 commit a6eeba0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion rails_application/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ gem "importmap-rails", "~> 1.1"
gem "rails_event_store", ">= 2.13.0", "< 3.0"
gem 'arbre'
gem 'redis'
gem 'activejob-uniqueness'
gem "sidekiq", "~> 7.0"
gem "ruby_event_store-sidekiq_scheduler", "~> 0.1.1"

Expand Down
6 changes: 0 additions & 6 deletions rails_application/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ GEM
activejob (7.0.4)
activesupport (= 7.0.4)
globalid (>= 0.3.6)
activejob-uniqueness (0.2.5)
activejob (>= 4.2, < 7.1)
redlock (>= 1.2, < 2)
activemodel (7.0.4)
activesupport (= 7.0.4)
activerecord (7.0.4)
Expand Down Expand Up @@ -249,8 +246,6 @@ GEM
redis (4.8.0)
redis-client (0.11.2)
connection_pool
redlock (1.3.2)
redis (>= 3.0.0, < 6.0)
regexp_parser (2.8.3)
ruby2_keywords (0.0.5)
ruby_event_store (2.13.0)
Expand Down Expand Up @@ -315,7 +310,6 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activejob-uniqueness
arbre
bootsnap (>= 1.9.2)
byebug
Expand Down

0 comments on commit a6eeba0

Please sign in to comment.