简体   繁体   English

找不到gem'rails x86-mingw32'

[英]Could not find gem 'rails x86-mingw32'

I'm doing the Rails Tutorial by Michael Hartl and I ran into this problem when trying to run the rails server. 我在做Michael Hartl的Rails教程,尝试运行Rails服务器时遇到了这个问题。

This is is my gem file 这是我的宝石文件

gem 'rails', '4.1.5' gem'rails','4.1.5'

gem 'sqlite3' gem'sqlite3'

gem 'sass-rails', '~> 4.0.3' gem'sass-rails','〜> 4.0.3'

gem 'uglifier', '>= 1.3.0 gem'uglifier','> = 1.3.0

gem 'coffee-rails', '~> 4.0.0' 宝石'coffee-rails','〜> 4.0.0'

gem 'jquery-rails' 宝石'jquery-rails'

gem 'turbolinks' 宝石“ turbolinks”

gem 'jbuilder', '~> 2.0' 宝石'jbuilder','〜> 2.0'

gem 'sdoc', '~> 0.4.0', gem'sdoc','〜> 0.4.0',

gem 'tzinfo-data', platforms: [:mingw, :mswin] gem'tzinfo-data',平台:[:mingw,:mswin]

尝试gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]

暂无
暂无

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

相关问题 运行 rails 服务器时找不到 gem 'rails (= 4.2.5) x86-mingw32' - Could not find gem 'rails (= 4.2.5) x86-mingw32' when running rails server 无法运行Rails服务器,找不到Gem'rail(4.2.5.1)x86-mingw32' - Can't Run Rails Server, Could Not Find Gem 'rails(4.2.5.1) x86-mingw32' 在 Gemfile 中列出的任何 gem 源中都找不到 gem 'tzinfo-data x86-mingw32'。 (Bundler::GemNotFound) - Could not find gem 'tzinfo-data x86-mingw32' in any of the gem sources listed in your Gemfile. (Bundler::GemNotFound) 无法运行Rails服务器! 找不到gem'rails x86-mingw32' - Couldn't run rails server! gem 'rails x86-mingw32' not found Ruby On Rails:therubyracer x86-mingw32丢失的宝石 - Ruby On Rails: therubyracer x86-mingw32 missing gems 在这台机器上可用的宝石中找不到宝石'tzinfo-data(> = 0)x86-mingw32'。 运行bundle install以安装缺少的gem - could not find gem 'tzinfo-data (>=0) x86-mingw32' in the gems available on this machine. Run bundle install to install missing gems 找不到 gem 'rails (= 4.2.4) x64-mingw32' - Could not find gem 'rails (= 4.2.4) x64-mingw32' 找不到在轨道上运行服务器ruby的gem'byebug x64-mingw32'吗? - Could not find gem 'byebug x64-mingw32' for run server ruby on rails? Spree安装错误“ spree(> = 0)x86-mingw32取决于thor(= 0.15.4)” - Spree install error “spree (>=0) x86-mingw32 depends on thor (=0.15.4)” 红宝石宝石错误:找不到宝石'logstash-devutils(> = 0)x64-mingw32' - ruby gem error: Could not find gem 'logstash-devutils (>= 0) x64-mingw32'
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM