sj26 / mailcatcher

Catches mail and serves it through a dream.
http://mailcatcher.me
MIT License
6.23k stars 571 forks source link

Forbidden 403 On SQLite #518

Closed hadley8899 closed 1 year ago

hadley8899 commented 1 year ago

Hi, I'm not sure if this is actually an issue with Mailcatcher or not, But I cannot currently install it due to the following error

gem install mailcatcher ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) bad response Forbidden 403 (https://api.rubygems.org/quick/Marshal.4.8/sqlite3-1.5.0-x64-unknown.gemspec.rz)

I don't see any reports of RubyGems being down etc, So I'm not to sure about where to ask about this issue

sj26 commented 1 year ago

Hm, I don't think that's a mailcatcher issue, it looks like Ruby might not understand your platform — the "unknown" bit is odd. Have you tried upgrading ruby, and rubygems?

hadley8899 commented 1 year ago

Nailed it, I ran

sudo gem install rubygems-update sudo update_rubygems

and now it installs. I take it the one from ubuntu's apt install is a little out of date (22.04)

sj26 commented 1 year ago

Nice!