Skip to content

Conflicting dependencies #121

@reppard

Description

@reppard

I was having troubles getting beaker to run out of the box on a freshly generated module. I was using a newer version of Ruby than is supported.

Per beaker's README we can use:

  • Ruby 1.9+(should probably be reworded, implies anything greater than 1.9)
  • 2.0.0p481
  • or 2.1.1

This creates problems because in the development group of the Gemfile, "guard-rake" is required.

guard-rake
requires guard
which requires listen
which requires ruby_dep
which requires Ruby 2.2.3 or greater and this causes bundle install to fail because of beaker's version dependencies.

The workaround for me has been to remove guard from the gem file and use Ruby 2.1.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions