mirror of
https://github.com/ditkrg/outboxable.git
synced 2026-01-22 22:06:47 +00:00
Changes required ruby version from 2.6.0 to 3.0.0
This commit is contained in:
parent
8c408fe7f6
commit
ba9028f2a9
@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|||||||
spec.description = 'The Outboxable Gem is tailored for Rails applications to implement the transactional outbox pattern. It currently only supports ActiveRecord.'
|
spec.description = 'The Outboxable Gem is tailored for Rails applications to implement the transactional outbox pattern. It currently only supports ActiveRecord.'
|
||||||
spec.homepage = 'https://github.com/broosk1993/outboxable'
|
spec.homepage = 'https://github.com/broosk1993/outboxable'
|
||||||
spec.license = 'MIT'
|
spec.license = 'MIT'
|
||||||
spec.required_ruby_version = '>= 2.6.0'
|
spec.required_ruby_version = '>= 3.0.0'
|
||||||
|
|
||||||
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
|
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user