Skip to content

Commit

Permalink
require paperclip 5.2 next-l/enju_leaf#1350
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Feb 17, 2018
1 parent e60a807 commit 598a304
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions enju_library.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["spec/**/*"] - Dir["spec/dummy/{log,private,solr,tmp}/**/*"] - Dir["spec/dummy/db/*.sqlite3"]

s.add_dependency "enju_seed", "~> 0.2.2"
s.add_dependency "paper_trail", "~> 8.0"
s.add_dependency "enju_seed", "~> 0.2.3"
s.add_dependency "paper_trail", "~> 8.1"
s.add_dependency "geocoder"
s.add_dependency "statesman", "~> 3.3"
s.add_dependency "paperclip", "~> 4.3"
s.add_dependency "paperclip", "~> 5.2"
s.add_dependency "paperclip-meta"

s.add_development_dependency "enju_leaf", "~> 1.2.1"
Expand Down

0 comments on commit 598a304

Please sign in to comment.