Skip to content

Commit c2f6768

Browse files
committed
ci: align required Ruby version with tested matrix
1 parent 65e821c commit c2f6768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

transloadit.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
1616
gem.description = "The transloadit gem allows you to automate uploading files through the Transloadit REST API"
1717

1818
gem.required_rubygems_version = ">= 2.2.0"
19-
gem.required_ruby_version = ">= 3.0.0"
19+
gem.required_ruby_version = ">= 3.1.0"
2020

2121
gem.files = `git ls-files`.split("\n")
2222
gem.require_paths = %w[lib]

0 commit comments

Comments
 (0)