Skip to content

Commit 1cf646b

Browse files
committed
CRuby 3.3 by default on Try Ruby
Follow up #189. Currently, the default Ruby engine for the Playground is CRuby 3.2. https://try.ruby-lang.org/playground/ As a result, Try Ruby handles with CRuby 3.2. https://try.ruby-lang.org/ This PR updates the default to CRuby 3.3, allowing Try Ruby to run in the latest available Ruby environment in browser. The current Ruby version is 3.4, but the `@ruby/3.4-wasm-wasi` has not yet been released. Therefore, CRuby 3.3, the latest version available for wasm, is used. This issue has been reported in the following issue and can be addressed independently: ruby/ruby.wasm#567
1 parent 091c90c commit 1cf646b

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)