larryhynes
larryhynes
Closing due to inactivity.
I'm guessing the nokogiri gem isn't being installed, hence the 'held for inspection' bit. Have you tried `sudo gem install nokogiri`?
It looks like it's having trouble finding the nokogiri gem. Have you tried `bundle install` in the Slogger directory, or `gem install nokogiri`? It might also be a version conflict.
Try changing the path in the config to `/Users/brandoncullum/Dropbox/Apps/Day One/Journal.dayone` and see what happens...
Can you also verify that the document `Journal.dayone` exists in the Day One folder in the Apps folder of your Dropbox, and that the relevant line in your slogger config...
Cool :o)
As best I can figure out from [here](https://rvm.io/workflow/projects) rvm supports per-folder `.ruby-version` files. So putting a file named `.ruby-version` containing the Ruby version that you want, probably `1.9.3`, in your...
I'm not sure `bundle show` lists _installed_ gems, though I could be wrong. (I'm assuming it just lists the gems that would be installed by the current bundle. Like I...
Ah, OK. What, for curiosity's sake, does `rake --version` return?
That _looks_ like an issue with the config file, something on line 2 that slogger doesn't like? I can't be sure. What's line 2 of your config file look like?