jglovier/gifs

Ruby can't load builder?

jglovier opened this issue · 2 comments

@parkr I'm getting a strange error when trying to run the build_site_index script. Any clue why this happens?

|===jglovier===| ~/code/github-jglovier/gifs $ script/build_site_index
/opt/rubies/2.1.4-github1/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- builder (LoadError)
    from /opt/rubies/2.1.4-github1/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
    from script/build_site_index:3:in `<main>'

If you run gem install builder, it should work. We use Builder to construct the HTML in the index.

@parkr thanks! That did it.

So why would this have broken in the first place? Is it because of my recent upgrade to OSX Yosemite?