1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Remove a_c_e as a direct dependency

This commit is contained in:
Mike Perham 2022-03-21 13:09:42 -07:00
parent 1e01328778
commit e2fb43b31e
3 changed files with 2 additions and 3 deletions

View file

@ -7,6 +7,7 @@ gem "redis-namespace"
gem "rails", "~> 6.0"
gem "sqlite3", platforms: :ruby
gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby
gem "after_commit_everywhere"
# mail dependencies
gem "net-smtp", platforms: :mri, require: false

View file

@ -2,7 +2,6 @@ PATH
remote: .
specs:
sidekiq (6.4.2)
after_commit_everywhere
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
@ -223,6 +222,7 @@ PLATFORMS
DEPENDENCIES
activerecord-jdbcsqlite3-adapter
after_commit_everywhere
codecov
hiredis
minitest
@ -236,4 +236,3 @@ DEPENDENCIES
sqlite3
standard
toxiproxy

View file

@ -25,5 +25,4 @@ Gem::Specification.new do |gem|
gem.add_dependency "redis", ">= 4.2.0"
gem.add_dependency "connection_pool", ">= 2.2.2"
gem.add_dependency "rack", "~> 2.0"
gem.add_dependency "after_commit_everywhere"
end