Closed chriswhong closed 6 years ago
Hi! Thanks for reporting this. It turns out ruby_dep
is a dependency of listen
which is a dependency of jekyll-watch
and that just got updated to remove the version lock on listen
.
To solve I will just specify the listen
version to install.
Thanks, we spent hours on this and then decided to just build locally and deploy the built site to dokku with a .static
to get our site back up. We'll try this fix. I knew there was some way to quickly change a dependency declaration but don't have enough experience with ruby to know where to do it.
Hi, we are currently experiencing this with our buildpack that was based on yours, but after trying yours we see the same issue. When it tries to install the jekyll gem, it gets a warning about
ruby_dep
saying it can't install on ruby 2.2.1 .Any ideas? Thanks!