Skip to content

Commit 1f9a01b

Browse files
committed
Default to CRuby for https://try.ruby-lang.org/
* Fixes #122
1 parent 2f0f0ff commit 1f9a01b

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
@@ -14,7 +14,7 @@ class TryRuby
1414
RUBY
1515
INITIAL_TRY_RESULT = 'Welcome ' * 3
1616

17-
DEFAULT_RUBY_ENGINE = "opal-ww-1.7.1"
17+
DEFAULT_RUBY_ENGINE = "cruby-3.2.0"
1818

1919
def self.start
2020
instance

0 commit comments

Comments
 (0)