You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Thibault Kruse (JIRA)" <ji...@apache.org> on 2015/12/06 17:23:10 UTC

[jira] [Created] (BUILDR-710) Buildr gets confused over Gemfile

Thibault Kruse created BUILDR-710:
-------------------------------------

             Summary: Buildr gets confused over Gemfile
                 Key: BUILDR-710
                 URL: https://issues.apache.org/jira/browse/BUILDR-710
             Project: Buildr
          Issue Type: Bug
          Components: Core features
    Affects Versions: 1.4.21
            Reporter: Thibault Kruse
            Priority: Minor


Hi,
Using buildr-1.4.23
I had a Gemfile in my current Dir hwen invoking buildr, leading to buildr failing with errors like:
Could not find addressable-2.3.8 in any of the sources
Run `bundle install` to install missing gems.

The Gemfile was:
{code}
source "https://rubygems.org"

gem "jekyll"
gem "html-proofer"
gem "asciidoctor-pdf"
gem "coderay"
gem "pygments.rb"
{code}

I don't know if that is standard ruby behavior maybe, but I feel buildr should not care whether a gemfile is present or not. - See more at: http://www.forumjar.com/forums/topic/Apache_Buildr_gets_confused_over_Gemfile#sthash.Rivie2GQ.dpuf



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)