私はレールにかなり慣れていないので、実行bundle install
中にActiveSupportとthreetaps-client(プロジェクトで使用する必要がある)の間でこのgemの競合に遭遇しました。
Gemfile.lock ファイルを削除してbundle install
再度実行しようとしましたが、同じエラー メッセージが再び表示されました。私も実行bundle update
してみましたが、同じ結果が得られました:(
Bundler could not find compatible versions for gem "activesupport":
In snapshot (Gemfile.lock):
activesupport (3.2.13)
In Gemfile:
threetaps-client (>= 0) ruby depends on
activesupport (~> 3.0.0) ruby
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.