Changes required ruby version from 2.6.0 to 3.0.0

This commit is contained in:
Muhammad Nawzad 2023-03-06 18:20:33 +03:00
parent 8c408fe7f6
commit ba9028f2a9
No known key found for this signature in database
GPG Key ID: B954B6AAE33940B2

View File

@ -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'