diff --git a/.travis.yml b/.travis.yml index a83d6f3591..b5f465071d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ notifications: email: - mail@zzak.io rvm: - - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.10 diff --git a/rdoc.gemspec b/rdoc.gemspec index 5eb84cac52..e445955761 100644 --- a/rdoc.gemspec +++ b/rdoc.gemspec @@ -54,11 +54,10 @@ Depending on your version of ruby, you may need to install ruby rdoc/ri data: MESSAGE s.rdoc_options = ["--main", "README.rdoc"] - s.required_ruby_version = Gem::Requirement.new(">= 1.8.7") + s.required_ruby_version = Gem::Requirement.new(">= 1.9.3") s.rubygems_version = "2.5.2" s.summary = "RDoc produces HTML and command-line documentation for Ruby projects" - s.add_runtime_dependency("json", "~> 1.4") s.add_development_dependency("rake", "~> 10.5") s.add_development_dependency("racc", "~> 1.4", "> 1.4.10") s.add_development_dependency("kpeg", "~> 0.9")