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

Commit

Permalink
Explicitly say that we require at least Ruby 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu committed Apr 5, 2012
1 parent 818281d commit efd7032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paperclip.gemspec
Expand Up @@ -23,6 +23,7 @@ Gem::Specification.new do |s|
end

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

s.add_dependency('activerecord', '>= 3.0.0')
s.add_dependency('activemodel', '>= 3.0.0')
Expand Down

5 comments on commit efd7032

@dball
Copy link

@dball dball commented on efd7032 May 1, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is absolutely your prerogative, but sad panda is very sad because this bug fix:

7d84569

Is unavailable to 3.0.1 users without forking. Might you be interested in releasing a 3.0.1.1 patch series, or should I just fork it myself?

@sikachu
Copy link
Contributor Author

@sikachu sikachu commented on efd7032 May 1, 2012 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dball
Copy link

@dball dball commented on efd7032 May 1, 2012 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dball
Copy link

@dball dball commented on efd7032 May 1, 2012 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sikachu
Copy link
Contributor Author

@sikachu sikachu commented on efd7032 May 1, 2012 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.