Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 19f97f0

Browse files
committed
Rollback backwards incompatible change
We upgraded the minimum required Ruby version to not include end-of-life Rubies, but forgot to take into account that it's a backwards incompatible change. In this commit we rollback that change, allowing paperclip ~> 4.2.4 to run on 1.9.2 again. [fixes #1902]
1 parent 1522218 commit 19f97f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paperclip.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020
s.require_paths = ["lib"]
2121

2222
s.requirements << "ImageMagick"
23-
s.required_ruby_version = ">= 2.0.0"
23+
s.required_ruby_version = ">= 1.9.2"
2424

2525
s.add_dependency('activemodel', '>= 3.2.0')
2626
s.add_dependency('activesupport', '>= 3.2.0')

0 commit comments

Comments
 (0)