lib/regexp_parser/syntax/ruby/2.1.rb in regexp_parser-0.3.3 vs lib/regexp_parser/syntax/ruby/2.1.rb in regexp_parser-0.3.4
- old
+ new
@@ -1,8 +1,8 @@
-require File.expand_path('../2.1.8', __FILE__)
+require File.expand_path('../2.1.9', __FILE__)
module Regexp::Syntax
module Ruby
# uses the latest 2.1 release
- class V21 < Regexp::Syntax::Ruby::V218; end
+ class V21 < Regexp::Syntax::Ruby::V219; end
end
end