Skip to content

Commit 7f083c1

Browse files
committed
chore: Set required_ruby_version to the oldest support entry in the test-matrix
1 parent 28cab73 commit 7f083c1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

resque-retry.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44
require 'resque-retry/version'
55

66
Gem::Specification.new do |s|
7+
s.required_ruby_version = '>= 3.2'
8+
79
s.name = 'resque-retry'
810
s.version = ResqueRetry::VERSION
911
s.date = Time.now.strftime('%Y-%m-%d')

0 commit comments

Comments
 (0)