diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-05-02 09:09:17 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-12 16:20:48 +0900 |
| commit | 3ec61c09294a399c38509629fccd7e223b762f35 (patch) | |
| tree | 6823a05367d62be1b0025b7c340e1a8fa4a884e0 /mrbgems/default.gembox | |
| parent | 10b1a52bb88ac3a7443c91fd866f8724169a2586 (diff) | |
| download | mruby-3ec61c09294a399c38509629fccd7e223b762f35.tar.gz mruby-3ec61c09294a399c38509629fccd7e223b762f35.zip | |
Update `host*` targets to use `default.gembox`.
And now `default.gembox` includes `mruby-socket` gem.
Diffstat (limited to 'mrbgems/default.gembox')
| -rw-r--r-- | mrbgems/default.gembox | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mrbgems/default.gembox b/mrbgems/default.gembox index de1e9a573..822ff8d38 100644 --- a/mrbgems/default.gembox +++ b/mrbgems/default.gembox @@ -5,6 +5,9 @@ MRuby::GemBox.new do |conf| # Use standard IO/File class conf.gem :core => "mruby-io" + # Use standard IO/File class + conf.gem :core => "mruby-socket" + # Use standard Array#pack, String#unpack methods conf.gem :core => "mruby-pack" |
