Skip to content

Commit 0009b86

Browse files
authored
loosen required_ruby_version
1 parent 33f5d52 commit 0009b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudinary.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
2222
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
2323
s.require_paths = ["lib"]
2424

25-
s.required_ruby_version = '~> 3'
25+
s.required_ruby_version = '>= 3', '< 5'
2626

2727
s.add_dependency "faraday", ">= 2.0.1", "< 3.0.0"
2828
s.add_dependency "faraday-multipart", "~> 1.0", ">= 1.0.4"

0 commit comments

Comments
 (0)