Skip to content

Commit

Permalink
Fix rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Apr 9, 2024
1 parent 0472780 commit aa101bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudinary.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ 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_development_dependency 'faraday-follow_redirects', '~> 0.3.0'
s.add_development_dependency "rails", ">= 6.1.7", "< 8.0.0"
s.add_development_dependency "rexml", ">= 3.2.5", "< 4.0.0"
s.add_development_dependency "actionpack", ">= 6.1.7", "< 8.0.0"
Expand Down

0 comments on commit aa101bf

Please sign in to comment.