Changes required ruby version 3.1.2

This commit is contained in:
Muhammad Nawzad 2023-03-06 18:25:11 +03:00
parent ba9028f2a9
commit b229e07dc8
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.homepage = 'https://github.com/broosk1993/outboxable'
spec.license = 'MIT'
spec.required_ruby_version = '>= 3.0.0'
spec.required_ruby_version = '>= 3.1.2'
spec.metadata['allowed_push_host'] = 'https://rubygems.org'