lib/regexp_parser/syntax/ruby/2.4.rb in regexp_parser-0.4.4 vs lib/regexp_parser/syntax/ruby/2.4.rb in regexp_parser-0.4.5
- old
+ new
@@ -1,8 +1,8 @@
-require File.expand_path('../2.4.1', __FILE__)
+require File.expand_path('../2.4.2', __FILE__)
module Regexp::Syntax
module Ruby
# uses the latest 2.4 release
- class V24 < Regexp::Syntax::Ruby::V241; end
+ class V24 < Regexp::Syntax::Ruby::V242; end
end
end