Could not find gem 'rails x86-mingw32'

不问归期 提交于 2019-12-11 13:11:24

问题


I'm doing the Rails Tutorial by Michael Hartl and I ran into this problem when trying to run the rails server.

This is is my gem file

gem 'rails', '4.1.5'

gem 'sqlite3'

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

gem 'uglifier', '>= 1.3.0

gem 'coffee-rails', '~> 4.0.0'

gem 'jquery-rails'

gem 'turbolinks'

gem 'jbuilder', '~> 2.0'

gem 'sdoc', '~> 0.4.0',

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


回答1:


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



来源:https://stackoverflow.com/questions/30520419/could-not-find-gem-rails-x86-mingw32

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!