Skip to content

Commit abf5add

Browse files
committed
feat: drop ruby 2 support and add rails 7 support
1 parent 73cb27f commit abf5add

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sparkpost_rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
s.summary = 'SparkPost for Rails'
1414
s.description = 'Delivery Method for Rails ActionMailer to send emails using the SparkPost API'
1515
s.license = 'MIT'
16-
s.required_ruby_version = '>= 2.7.0'
16+
s.required_ruby_version = '~> 3.1.0'
1717

1818
s.files = Dir['{lib}/**/*'] + %w[LICENSE README.md]
1919

0 commit comments

Comments
 (0)