環境
macOS mojave(10.14.6)
同じ状況になった人が解決したら幸いです
状況
カバレッジを測定するためにプロジェクトチームでsimplecov
を入れた
bundle install
すると俺だけ以下エラーがでた
An error occurred while installing json (2.2.0), and Bundler cannot continue.
Make sure that `gem install json -v '2.2.0' --source 'https://rubygems.org/'` succeeds before bundling.
解決方法
ターミナルで以下を実行
xcode-select install
brew install gcc