Slogger icon indicating copy to clipboard operation
Slogger copied to clipboard

install problem

Open matyaska opened this issue 6 years ago • 2 comments

Hi Brett!

I hope all is good! I am trying to install Slogger on a Mojave system, but it fails with "Could not find gem 'digest' in any of the gem sources listed in your Gemfile."

excluding "digest" from the Gemfile bring other errors related to hpricot, httparser...

any hints? Thank you! Matyas

PS (I use Marked 2 daily! :-) )

matyaska avatar Nov 17 '18 23:11 matyaska

Solved by using brew to update to ruby 2.6.0. To users, remember to modify your .bash_profile to include the appropriate information for ease of use. you should add (assuming you got ruby 2.6.0) export PATH="/usr/local/opt/ruby/bin:$PATH" export PATH="/usr/local/lib/ruby/gems/2.6.0/bin:$PATH"

matyaska avatar Dec 27 '18 10:12 matyaska

Reinstalling Slogger on a new system, and got this error... except I'm running ruby 2.6.3p62 (standard install on Catalina). Curious if you or anyone else has any more suggestions....

jasonian avatar Feb 27 '20 22:02 jasonian