Skip to content

Commit f0aca9c

Browse files
authored
Merge pull request #191 from koic/cruby_33_by_default
CRuby 3.3 by default on Try Ruby
2 parents 57e1cd4 + 1cf646b commit f0aca9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/try_ruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class TryRuby
1515
RUBY
1616
INITIAL_TRY_RESULT = 'Welcome ' * 3
1717

18-
DEFAULT_RUBY_ENGINE = "cruby-3.2.2"
18+
DEFAULT_RUBY_ENGINE = "cruby-3.3.0"
1919

2020
def self.start
2121
instance

0 commit comments

Comments
 (0)