弊ぼっちのbundle installはうまくいった感じだなあ…
$ heroku builds:output
:
-----> Ruby app detected
-----> Installing bundler 2.5.6
-----> Removing BUNDLED WITH version in the Gemfile.lock
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-3.3.3
-----> Installing dependencies using bundler 2.5.6
Running: BUNDLE_WITHOUT='development:test' BUNDLE_PATH=vendor/bundle BUNDLE_BIN=vendor/bundle/bin BUNDLE_DEPLOYMENT=1 bundle install -j4
Bundle complete! 148 Gemfile dependencies, 277 gems now installed.
Gems in the groups 'development' and 'test' were not installed.
Bundled gems are installed into `./vendor/bundle`
Bundle completed (1.10s)
Cleaning up the bundler cache.
Removing bundler (2.5.6)
:
現状のGemfileとGemfile.lockです。webpackerはHeroku用に調整したやつを使って、bootsnapは抜いてあります。他にも何か変えてたかな…
https://github.com/zunda/mastodon/blob/887d83b8d17e81dbd12d020b87c077f7ea065dee/Gemfile
https://github.com/zunda/mastodon/blob/887d83b8d17e81dbd12d020b87c077f7ea065dee/Gemfile.lock
@zundan ダジャレを検出しました(検出ワード: BUNDLE, BIN)