-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You have already activated set 1.0.3, but your Gemfile requires set 1.0.4. Prepending bundle exec
to your command may solve this. (Gem::LoadError)
#275
Comments
新しいバージョンが出現してから初回実行時に上記のエラーが発生している? |
sorted_setがsetを |
#279 で 以下を追加した。短期的には収まる気がする。 |
再現手順
gemfile(true) do #
source 'https://rubygems.org'
gem 'set', '1.0.3'
end gemfileメソッド引数のinstallオプションがtrueだと、systemに入っている最新のgemをactivatedするので、1.0.3を明示すると (inline bundlerはsystemにgemをインストールしている。) |
Gemfileを使うように #290 で作業中 |
#282 と被っているのでこのissueはクローズする |
たまに発生する。もう1度同じコマンドを実行すると成功することがある。
inline bunderを使っているせいな気がする。
inline bundlerに依存gemを全て列挙すれば抑制できそうだが、、、。
使用するrubyにインストールしているgemに複数のバージョンがあると掲題のエラーが起きてしまうっぽい。
所感
The text was updated successfully, but these errors were encountered: