Skip to content

Commit

Permalink
Allow for terrapin 1.x (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngan committed Dec 15, 2023
1 parent 8a6631b commit 0fbd26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paperclip.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency("activesupport", ">= 4.2.0")
s.add_dependency("mime-types")
s.add_dependency("marcel", "~> 1.0.1")
s.add_dependency("terrapin", "~> 0.6.0")
s.add_dependency("terrapin", ">= 0.6.0", "< 2.0")

s.add_development_dependency("activerecord", ">= 4.2.0")
s.add_development_dependency("appraisal")
Expand Down

0 comments on commit 0fbd26f

Please sign in to comment.