lib/regexp_parser/syntax/ruby/2.2.rb in regexp_parser-0.4.4 vs lib/regexp_parser/syntax/ruby/2.2.rb in regexp_parser-0.4.5

- old
+ new

@@ -1,8 +1,8 @@ -require File.expand_path('../2.2.6', __FILE__) +require File.expand_path('../2.2.8', __FILE__) module Regexp::Syntax module Ruby # uses the latest 2.2 release - class V22 < Regexp::Syntax::Ruby::V226; end + class V22 < Regexp::Syntax::Ruby::V228; end end end