We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e821c commit c2f6768Copy full SHA for c2f6768
1 file changed
transloadit.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
16
gem.description = "The transloadit gem allows you to automate uploading files through the Transloadit REST API"
17
18
gem.required_rubygems_version = ">= 2.2.0"
19
- gem.required_ruby_version = ">= 3.0.0"
+ gem.required_ruby_version = ">= 3.1.0"
20
21
gem.files = `git ls-files`.split("\n")
22
gem.require_paths = %w[lib]
0 commit comments