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