mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

https://github.com/zunda/mastodon/pull/34 なんかHerokuだとアナにやられてた。ローカルだと走るのにねえ。

-----> Detecting rake tasks
!
! Could not detect rake tasks
! ensure you can run `$ bundle exec rake -P` against your app
! and using the production group of your Gemfile.
:
! rake aborted!
! Bundler::GemRequireError: There was an error while trying to load the gem 'health_check'.
! Gem Load Error is: can't modify frozen String: "cannot load such file -- health_check/health_check_helper.rb"
! Backtrace for gem load error is:
! /tmp/build_54a062ba2665feb05f96ceedc75fb460/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:337:in `replace'
:

github.comUse ruby 2.7.0 by zunda · Pull Request #34 · zunda/mastodon

Gemfile.lockにも入ってるから入れてくれるはずよねえ。デプロイをやりなおしてみよう。

$ git grep health_check
Gemfile:gem 'health_check', git: 'https://github.com/ianheggie/health_check', ref: '0b799ead604f900ed50685e9b2d469cd2befba5b'
Gemfile.lock: remote: https://github.com/ianheggie/health_check
Gemfile.lock: health_check (4.0.0.pre)
Gemfile.lock: health_check!

GitHubGitHub - ianheggie/health_check: Simple health check of Rails app for use with uptime checking sites like newrelic and pingdomSimple health check of Rails app for use with uptime checking sites like newrelic and pingdom - GitHub - ianheggie/health_check: Simple health check of Rails app for use with uptime checking sites ...