Gem special file require Ruby 2.0.0, because there have a prepend method called.

This commit is contained in:
Jason Lee 2016-11-08 09:58:45 +08:00
parent 5616cef89c
commit ae8a30e819
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']
s.summary = 'This is a Captcha gem for Rails Application. It run ImageMagick command to draw Captcha image.'
s.license = "MIT"
s.required_ruby_version = ">= 1.9.0"
s.required_ruby_version = ">= 2.0.0"
s.add_dependency 'railties', '>= 3.2'
end