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:
parent
1e01328778
commit
e2fb43b31e
3 changed files with 2 additions and 3 deletions
1
Gemfile
1
Gemfile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue