Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It looks like the listen gem, a guard dependency, is the failure here as it has strict ruby version requirements. ``` Installing listen 3.1.3 Gem::InstallError: listen requires Ruby version >= 2.2.3, ~> 2.2. ``` I'm locking listen in at 3.1.1, as that version doesn't have the ruby version requirements.
- Loading branch information