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 ab75561 commit fde9b30Copy full SHA for fde9b30
.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
17
- '3.2.8'
18
- '3.3.8'
19
- '3.4.4'
20
+ - '4.0.0-preview3'
21
22
runs-on: ubuntu-22.04
23
cloudinary.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
24
25
- s.required_ruby_version = '~> 3'
+ s.required_ruby_version = '>= 3', '< 5'
26
27
s.add_dependency "faraday", ">= 2.0.1", "< 3.0.0"
28
s.add_dependency "faraday-multipart", "~> 1.0", ">= 1.0.4"
0 commit comments