Skip to content

Commit

Permalink
Merge branch 'v4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
tute committed Jun 18, 2015
2 parents 900c839 + da56c39 commit c3fb119
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
* Ruby Versioning: Drop support for 1.9.3 (EOL'ed)
* Rails Versioning: Drop support for 4.0.0 (EOL'ed)

4.2.4:

* Rollback backwards incompatible change, allowing paperclip to run on
Ruby >= 1.9.2.

4.2.3:

* Fix dependency specifications (didn't work with Rails 4.1)
Expand Down
2 changes: 1 addition & 1 deletion paperclip.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.requirements << "ImageMagick"
s.required_ruby_version = ">= 2.0.0"
s.required_ruby_version = ">= 1.9.2"

s.add_dependency('activemodel', '>= 3.2.0')
s.add_dependency('activesupport', '>= 3.2.0')
Expand Down

0 comments on commit c3fb119

Please sign in to comment.