mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Add required_ruby_version >= 1.9.2 to the gemspec.
This commit is contained in:
parent
e7592a65e3
commit
eb47d1aea9
2 changed files with 2 additions and 2 deletions
|
@ -23,5 +23,7 @@ Gem::Specification.new do |s|
|
|||
s.add_development_dependency('pry-doc')
|
||||
s.add_dependency('netrc', '~> 0.7.7')
|
||||
s.add_dependency('rdoc', '>= 2.4.2')
|
||||
|
||||
s.required_ruby_version = '>= 1.9.2'
|
||||
end
|
||||
|
||||
|
|
|
@ -17,5 +17,3 @@ when /(mingw32|mswin32)/
|
|||
end
|
||||
|
||||
s
|
||||
|
||||
# vim: ft=ruby :
|
||||
|
|
Loading…
Reference in a new issue