diff --git a/rails_application/Gemfile b/rails_application/Gemfile index e20fc3de..651a3e47 100644 --- a/rails_application/Gemfile +++ b/rails_application/Gemfile @@ -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" diff --git a/rails_application/Gemfile.lock b/rails_application/Gemfile.lock index 9284074c..ee70269d 100644 --- a/rails_application/Gemfile.lock +++ b/rails_application/Gemfile.lock @@ -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) @@ -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) @@ -315,7 +310,6 @@ PLATFORMS x86_64-linux DEPENDENCIES - activejob-uniqueness arbre bootsnap (>= 1.9.2) byebug