我已使用rubyinstaller.org中的安装程序。但是后来我得到了这个错误
在
'turbolinks (~> 5) x86-mingw32'
中列出的任何宝石来源中都找不到宝石Gemfile
。
我已经尝试过类似威胁的一些建议,但是没有运气。有人可以指引正确的方向吗?
我的gemfile:
git_source(:github)做| repo_name | repo_name = “#{repo_name} /#{repo_name}”,除非repo_name.include?(“ /”)
“ https://github.com/# {repo_name} .git”结尾#捆绑边缘Rails代替:gem'rails',github:'rails / rails'gem'rails','〜> 5.1.3' #使用sqlite3作为Active Record gem'sqlite3'的数据库,git:“ https://github.com/larskanis/sqlite3-ruby”,分支:“ add-gemspec” #将Puma用作应用服务器gem'puma','〜> 3.7' #将SCSS用于样式表gem'sass-rails','〜> 5.0' #将Uglifier用作JavaScript资产gem'uglifier','> = 1.3.0'的压缩器 #有关更多受支持的\ runtime,请参见https://github.com/rails/execjs#readme #gem'therubyracer',平台::ruby
#将CoffeeScript用于.coffee资产并查看gem'coffee-rails','〜> 4.2' #Turbolinks使浏览Web应用程序更快。阅读更多:https://github.com/turbolinks/turbolinks宝石'turbolinks','〜> 5'宝石 'turbolinks-source','〜> 5' #轻松构建JSON API。阅读更多:https://github.com/rails/jbuilder gem'jbuilder','〜> 2.5' #使用Redis适配器在生产环境中运行操作电缆 #gem'redis','〜> 3.0' #使用ActiveModel has_secure_password #gem'bcrypt','〜> 3.1.7'
#使用Capistrano进行部署 #gem'capistrano-rails',组::发展
group:development,:test do#在代码中的任意位置调用“ byebug” 停止执行并获取调试器控制台gem'byebug',平台: [:mri,:mingw,:x64_mingw]#添加了对Capybara系统的支持 测试和硒驱动程序gem'capybara','〜> 2.13'gem 'selenium-webdriver'结束
group:development do#访问异常页面上的IRB控制台或 通过在代码中的任何地方使用<%= console%>。 gem'web-console','> = 3.3.0'结束
#Windows不包含zoneinfo文件,因此请将tzinfo-data gem gem'tzinfo-data'捆绑在以下平台上:[:mingw,:mswin,:x64_mingw,:jruby]