Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Docker build broken #52

Closed
adammcmaster opened this issue Apr 26, 2016 · 1 comment
Closed

Docker build broken #52

adammcmaster opened this issue Apr 26, 2016 · 1 comment

Comments

@adammcmaster
Copy link
Contributor

Installing listen 3.1.1

Gem::InstallError: listen requires Ruby version ~> 2.2.
Installing rspec 3.4.0
Installing virtus 1.0.5
Installing http-cookie 1.0.2
An error occurred while installing listen (3.1.1), and Bundler cannot continue.
Make sure that `gem install listen -v '3.1.1'` succeeds before bundling.
Removing intermediate container e18cace009cb
The command '/bin/sh -c bundle install' returned a non-zero code: 5
@parrish
Copy link
Contributor

parrish commented Apr 26, 2016

That's coming from guard which is specified as a development dependency, so I'm not sure why this is an issue.

Development dependencies aren't installed by default and aren't activated when a gem is required.

Failing that, we can just bump to 2.2.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants