gemfile

    1热度

    2回答

    当我跑我的CLOUD9 IDE码,接下来出现的错误: Missing partial submissions/_submission with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in: *

    1热度

    1回答

    珠光宝气开发指南说,Gemfile.lock的文件“应始终检查到版本控制。”然而,这对宝石来说并不是这样。对于应用程序,比如你的Rails应用程序,Sinatra应用程序等等,这是真的。宝石也不一样。 为了清楚起见,请参阅的.gemspec,Gemfile中,并Gemfile.lock的文件中的角色Yehuda的指导:Clarifying the roles of .gemspec and Gem

    2热度

    2回答

    Heroku最近发生了一些变化。因为我已经做了我不能部署我的应用程序之前: [email protected] my-project (master) $ git push staging master Counting objects: 52, done. Delta compression using up to 8 threads. Compressing objects: 100%

    2热度

    1回答

    使用自定义的宝石与以下错误GitHub上的页面抛出运行jekyll build C:/Ruby200/lib/ruby/gems/2.0.0/gems/bundler-1.12.5/lib/bundler/resolver.rb:356:in `block in verify_gemfile_dependencies_are_found!': Could not find gem 'tabs (=

    1热度

    3回答

    我在做一些混乱的尝试来更好地理解bundler的工作原理。我在我的工作目录只有三个文件: Gemfile Gemfile.lock test.rb 所有的Gemfile已经是gem "slop"和test.rb看起来是这样的: puts Slop.parse 当我运行bundle exec test.rb我得到一个NameError由于没有require声明: [[email protected]

    0热度

    1回答

    依赖我做了一个捆绑安装包更新,发现我不断收到同样的错误在终端: Bundler could not find compatible versions for gem "actionpack": In Gemfile: actionpack (~> 5.0.0) rails (~> 5.0.0) was resolved to 5.0.0, which depends

    1热度

    1回答

    在我的Gemfile中,我包含一个具有.gemspec的gem,它使用悲观运算符~>来指定gem的版本。不过,我需要使用更新版本的宝石。在我的情况下,我使用狂欢3-0稳定,有活动商人设置为'〜> 1.47.0'https://github.com/spree/spree/blob/3-0-stable/core/spree_core.gemspec#L22但我需要使用活动商人'〜> 1.59.0'

    3热度

    6回答

    我在Windows上开发Ruby on Rails。 我们的本地网络发生了问题,无法访问https://www.rubygems.org,好像是被阻止了什么。 但我可以通过http://www.proxyfoxy.com访问它。 下面是bundle install结果: $捆绑安装 从https://rubygems.org/ 由于错误重试提取器(2/4)抓取来源分类指数:捆扎机:: HTTPEr

    0热度

    1回答

    我想在我的邮件服务器上安装posty_API(使用MySQL和Postfix),它显示了命令rake db:migrate There was an error in your Gemfile, and Bundler cannot continue. 的Gemfile错误: source 'http://rubygems.org' gem 'rack', '~> 1.5.2' gem 'r

    3热度

    1回答

    我有两个git模块A和B. B是A的子模块(因此是子目录)。我在B中有一些ruby脚本,我需要从A调用。模块A本身没有任何Ruby代码(所以不需要Gemfile)。我有一个在Gemfile中B中列出了B.脚本的依赖但是调用从AI这些脚本必须向上移动的Gemfile分为A: cd A mv B/Gemfile . bundle update bundle install bundle exe