Skip to content

Conversation

@suzumura-ss
Copy link

bundle install が失敗したときのメッセージが判らないためコンソールに表示されるようにした。

更新前:

$ grape new example
      inside  /Users/suzumura/projects/example
      create    example/Gemfile
         run    bundle install --path vendor/bundle --without production from "./example"
     :
(stack trace)
     :
Failed in exec `bundle install --path vendor/bundle --without production`

更新後:

$ grape new example
      inside  /Users/suzumura/projects/example
      create    example/Gemfile
         run    bundle install --path vendor/bundle --without production from "./example"
Could not reach host bundler.rubygems.org. Check your network connection and try again.
     :
(stack trace)
     :
Failed in exec `bundle install --path vendor/bundle --without production`

bundle install が失敗したときのメッセージが判らないためコンソールに表示されるようにした。

$ grape new example
      inside  /Users/terasita/projects/ImagePF/example-docker/example
      create    example/Gemfile
         run    bundle install --path vendor/bundle --without production from "./example"
Could not reach host bundler.rubygems.org. Check your network connection and try again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant