Skip to content

Commit

Permalink
Merge pull request #22 from reverbdotcom/erik/unpin-cloudinary
Browse files Browse the repository at this point in the history
Unpins cloudinary, so maybe we can upgrade, maybe
  • Loading branch information
Erik Benoist authored Mar 21, 2022
2 parents 77d3deb + dc2daf4 commit 08e4fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attachinary.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.test_files = Dir["test/**/*"]

s.add_dependency 'rails', '>= 3.2'
s.add_dependency 'cloudinary', '~> 1.1.1'
s.add_dependency 'cloudinary'

s.add_development_dependency 'sqlite3'
s.add_development_dependency 'rspec-rails', '~> 2'
Expand Down

0 comments on commit 08e4fd4

Please sign in to comment.