简体   繁体   English

捆绑安装错误,原因是(捆绑商找不到与“捆绑商”宝石兼容的版本)

[英]Getting error on bundle install as (Bundler could not find compatible versions for gem “bundler”)

Bundler could not find compatible versions for gem "bundler": In Gemfile: bundler (~> 1.3.5) ruby Bundler找不到与“ bundler”宝石兼容的版本:在Gemfile中:bundler(〜> 1.3.5)ruby

Current Bundler version: bundler (1.2.3) 当前的捆绑软件版本:捆绑软件(1.2.3)

This Gemfile requires a different version of Bundler. 该Gemfile需要其他版本的Bundler。 Perhaps you need to update Bundler by running gem install bundler ? 也许您需要通过运行gem install bundler来更新Bundler?

Above is the error that i am getting,already tried running 'gem install bundler'. 上面是我遇到的错误,已经尝试运行“ gem install bundler”。 It ran successfully,but bundle install is always throwing this error.Although its a dependancy gem,i have explicitly mentioned bundler gem in gemfile with the version 1.3.5,still getting the same error.Plz reply if anyone has come across such error or help me understand if i am doing something wrong. 它运行成功,但是bundle install总是抛出该错误。尽管它是一个依赖的gem,但我在1.3.5版本的gemfile中明确提到了bundler gem,仍然遇到相同的错误。如果有人遇到过此类错误或帮助我了解我做错了什么。

you can force the bundler version in bundle install command like this: 您可以在bundle install命令中强制使用bundler版本,如下所示:

bundle _1.2.3_ install. 捆绑_1.2.3_安装。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Ruby on Rails:捆绑安装找不到“捆绑器”gem的兼容版本 - Ruby on Rails: Bundle install could not find compatible versions for “bundler” gem 捆绑安装找不到 gem "bundler" 的兼容版本 - Bundle install could not find compatible versions for gem "bundler" 捆绑软件安装时发生错误-捆绑软件无法找到gem“ rails”的兼容版本 - Error when bundle install-ing - `Bundler could not find compatible versions for gem “rails”` 软件包安装错误Bundler找不到与gem“ actionpack”兼容的版本:在GemFile中:irwi被解析为0.5.0 - bundle install error Bundler could not find compatible versions for gem “actionpack”: In GemFile: irwi was resolved to 0.5.0 得到错误'Bundler无法找到gem“railties”的兼容版本 - Getting error 'Bundler could not find compatible versions for gem “railties”' Bundler 找不到 gem“bundler”的兼容版本: - Bundler could not find compatible versions for gem "bundler": Bundler找不到宝石“ bundler”的兼容版本 - Bundler could not find compatible versions for gem “bundler” Ruby 导轨错误:捆绑器找不到 gem“捆绑器”的兼容版本: - Ruby rails error: Bundler could not find compatible versions for gem "bundler": 我不断收到此错误'Bundler找不到与gem“ bundler”兼容的版本:' - I keep getting this error ' Bundler could not find compatible versions for gem “bundler”: ' 捆绑更新时,Bundler找不到gem“railties”的兼容版本 - Bundler could not find compatible versions for gem “railties” when bundle update
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM