You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under Ruby 3.4, `bake utopia:shell` logs the warning
```
/<snip>/utopia-2.30.0/lib/utopia/shell.rb:8: warning: irb was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.
You can add irb to your Gemfile or gemspec to silence this warning.
```
Add an explicit dependency on the `irb` gem to the gemspec.
0 commit comments