Open1
GitHub Actions で Could not find grpc-1.58.0 in locally installed gems エラーが発生

これで直ったけど、これでいいのか?
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2.2'
- bundler-cache: true
+ - run: bundle install
これで直ったけど、これでいいのか?
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2.2'
- bundler-cache: true
+ - run: bundle install