From ba9028f2a94ce7a31f476851ae8173be8e3e390a Mon Sep 17 00:00:00 2001 From: Muhammad Nawzad Date: Mon, 6 Mar 2023 18:20:33 +0300 Subject: [PATCH] Changes required ruby version from 2.6.0 to 3.0.0 --- outboxable.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outboxable.gemspec b/outboxable.gemspec index d47ab47..e7a16af 100644 --- a/outboxable.gemspec +++ b/outboxable.gemspec @@ -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 = '>= 2.6.0' + spec.required_ruby_version = '>= 3.0.0' spec.metadata['allowed_push_host'] = 'https://rubygems.org'