Skip to content

Commit d145bdd

Browse files
committed
End to support Ruby 1.8.x
1 parent 8559f1d commit d145bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Depending on your version of ruby, you may need to install ruby rdoc/ri data:
6161
self.clean_globs += PARSER_FILES
6262
self.kpeg_flags = '-fsv' if self.respond_to? :kpeg_flags= # no plugin
6363

64-
require_ruby_version '>= 1.8.7'
64+
require_ruby_version '>= 1.9.3'
6565
extra_dev_deps << ['racc', '~> 1.4', '> 1.4.10']
6666
extra_dev_deps << ['minitest', '~> 4']
6767

0 commit comments

Comments
 (0)