Skip to content

Commit 8e70162

Browse files
authored
Merge pull request #54 from kaya3/patch-1
Enable 'about_pattern_matching' for Ruby 3
2 parents 0bcbe40 + 9082c43 commit 8e70162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/path_to_enlightenment.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
in_ruby_version("jruby") do
3939
require 'about_java_interop'
4040
end
41-
in_ruby_version("2.7") do
41+
in_ruby_version("2.7", "3") do
4242
require 'about_pattern_matching'
4343
end
4444
require 'about_extra_credit'

0 commit comments

Comments
 (0)