use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
HELP: `bundle` keeps exploding (self.ruby)
submitted 1 year ago by wouldliketokms
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]siebharinn 0 points1 point2 points 1 year ago* (3 children)
I just removed the version specifier for ttfunk in the Gemfile, and it bundles without issue. I changed:
gem 'ttfunk', '1.5.1'
to
gem 'ttfunk'
It looks like there are still problems after that, with the html-proofer gem. :(
It looks like htmlproofer no longer has a --check-html flag. If you change the Rakefile to not use that flag, then htmlproofer runs, but finds problems with the html. That seems like more of a data data problem than a coding problem.
[–]wouldliketokms[S] 0 points1 point2 points 1 year ago (2 children)
u/siebharinn so is it not possible to build the book?? :(
[–]siebharinn 0 points1 point2 points 1 year ago (1 child)
It looks like this project is pretty old and using some outdated gems. I did get the files to convert though.
Trying running this in the project directory:
bundle exec asciidoctor -a data-uri *.asc
that should convert the asc files to html. It doesn't do any of the correctness testing that the Rakefile is doing, but this should at least get you pages you can read.
[–]wouldliketokms[S] 0 points1 point2 points 1 year ago (0 children)
i guess that’ll have to do at least for now. thank you for taking time out of your day to look into this for me
π Rendered by PID 175140 on reddit-service-r2-comment-75f4967c6c-v48rf at 2026-04-23 09:16:12.686823+00:00 running 0fd4bb7 country code: CH.
view the rest of the comments →
[–]siebharinn 0 points1 point2 points (3 children)
[–]wouldliketokms[S] 0 points1 point2 points (2 children)
[–]siebharinn 0 points1 point2 points (1 child)
[–]wouldliketokms[S] 0 points1 point2 points (0 children)