mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

それでは https://github.com/zunda/webpacker/blob/master/CONTRIBUTING.md をやっていきたいと思うわけですけれどもー

$ ruby --version
ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux-gnu]
$ yarn --version
1.22.4
$ bundle install --path=vendor/bundle
$ yarn
$ yarn lint
$ bundle exec rubocop
$ yarn test
$ bundle exec rake test
:
1: from /home/zunda/src/github.com/zunda/webpacker/vendor/bundle/ruby/2.7.0/gems/thor-1.0.1/lib/thor/command.rb:1:in `<top (required)>'
/home/zunda/src/github.com/zunda/webpacker/vendor/bundle/ruby/2.7.0/gems/thor-1.0.1/lib/thor/command.rb:2:in `<class:Thor>': superclass mismatch for class Command (TypeError)
rake aborted!

ちょ

github.comzunda/webpackerUse Webpack to manage app-like JavaScript modules in Rails - zunda/webpacker

$ rbenv local 2.7.2
$ ruby --version
ruby 2.7.2p137 (2020-10-01 revision 5445e04352) [x86_64-linux]
$ bundle exec rake test
:
Finished in 8.942305s, 7.9398 runs/s, 14.7613 assertions/s.
71 runs, 132 assertions, 0 failures, 0 errors, 0 skips

ふむん