Skip to content

Commit

Permalink
Add explicit ostruct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yenshirak authored Sep 8, 2024
1 parent 4f0b6ac commit de46088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudinary.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Gem::Specification.new do |s|
s.add_dependency "faraday", ">= 2.0.1", "< 3.0.0"
s.add_dependency "faraday-multipart", "~> 1.0", ">= 1.0.4"
s.add_dependency 'faraday-follow_redirects', '~> 0.3.0'
s.add_dependency "ostruct"

s.add_development_dependency "rails", ">= 6.1.7", "< 8.0.0"
s.add_development_dependency "rexml", ">= 3.2.5", "< 4.0.0"
Expand Down

0 comments on commit de46088

Please sign in to comment.