Skip to content

Commit 8559f1d

Browse files
committed
removed json dependency for Ruby 2.4.0
1 parent ef052cc commit 8559f1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Rakefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ Depending on your version of ruby, you may need to install ruby rdoc/ri data:
6262
self.kpeg_flags = '-fsv' if self.respond_to? :kpeg_flags= # no plugin
6363

6464
require_ruby_version '>= 1.8.7'
65-
extra_deps << ['json', '~> 1.4']
6665
extra_dev_deps << ['racc', '~> 1.4', '> 1.4.10']
6766
extra_dev_deps << ['minitest', '~> 4']
6867

@@ -180,4 +179,3 @@ task :diff_rubinius do
180179
sh "diff #{diff_options} lib/rdoc #{rubinius_dir}/lib/rdoc; true"
181180
sh "diff #{diff_options} test #{rubinius_dir}/test/rdoc; true"
182181
end
183-

0 commit comments

Comments
 (0)