Commit cfa4a4c
Add explicit irb dependency
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.1 parent 7cab035 commit cfa4a4c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments