mirror of
https://github.com/ditkrg/outboxable.git
synced 2026-01-22 13:56:49 +00:00
Adds mongo simple enum
This commit is contained in:
parent
ae5e53d5c0
commit
aee1128c54
@ -4,6 +4,7 @@ PATH
|
||||
outboxable (0.1.8)
|
||||
bunny (>= 2.19.0)
|
||||
connection_pool (~> 2.3.0)
|
||||
simple_enum (>= 2.3)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
@ -84,6 +85,8 @@ GEM
|
||||
fugit (~> 1.8)
|
||||
globalid (>= 1.0.1)
|
||||
sidekiq (>= 6)
|
||||
simple_enum (2.3.2)
|
||||
activesupport (>= 4.0.0)
|
||||
sorted_set (1.0.3)
|
||||
rbtree
|
||||
set (~> 1.0)
|
||||
|
||||
@ -33,5 +33,7 @@ Gem::Specification.new do |spec|
|
||||
|
||||
spec.add_dependency 'bunny', '>= 2.19.0'
|
||||
spec.add_dependency 'connection_pool', '~> 2.3.0'
|
||||
spec.add_dependency 'simple_enum', '>= 2.3'
|
||||
|
||||
spec.metadata['rubygems_mfa_required'] = 'true'
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user