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

#gem

0 posts0 participants0 posts today
zunda<p>今月分のバッドノウハウです</p><p>ヒミツのgemを利用するアプリをHerokuにデプロイする2025年版<br /><a href="https://zenn.dev/zunda/articles/80975210cb1625" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible"></span><span class="">https://zenn.dev/zunda/articles/80975210cb1625</span><span class="invisible"></span></a></p><p><a href="https://mastodon.zunda.ninja/tags/heroku" class="mention hashtag" rel="tag">#<span>heroku</span></a> <a href="https://mastodon.zunda.ninja/tags/ruby" class="mention hashtag" rel="tag">#<span>ruby</span></a> <a href="https://mastodon.zunda.ninja/tags/gem" class="mention hashtag" rel="tag">#<span>gem</span></a> <a href="https://mastodon.zunda.ninja/tags/%E3%83%90%E3%83%83%E3%83%89%E3%83%8E%E3%82%A6%E3%83%8F%E3%82%A6" class="mention hashtag" rel="tag">#<span>バッドノウハウ</span></a> <a href="https://mastodon.zunda.ninja/tags/zenn" class="mention hashtag" rel="tag">#<span>zenn</span></a></p>
zunda<p>うりゃ</p><p>$ git diff Gemfile<br />diff --git a/Gemfile b/Gemfile<br />index f4aed04ac4..18616652c2 100644<br />--- a/Gemfile<br />+++ b/Gemfile<br />@@ -121,7 +121,7 @@ end<br /> <br /> group :test do<br /> # Enable usage of all available CPUs/cores during spec runs<br />- gem &#39;flatware-rspec&#39;<br />+ <a href="https://mastodon.zunda.ninja/tags/gem" class="mention hashtag" rel="tag">#<span>gem</span></a> &#39;flatware-rspec&#39; - only compatible with ruby &lt; 3.4<br /> <br /> # Adds RSpec Error/Warning annotations to GitHub PRs on the Files tab<br /> gem &#39;rspec-github&#39;, &#39;~&gt; 2.4&#39;, require: false<br /> <br />とりゃ</p><p>$ bundle install<br />$ bundle exec rspec<br /> :<br />Finished in 7 minutes 42 seconds (files took 36.86 seconds to load)<br />5891 examples, 0 failures, 13 pending</p><p>Randomized with seed 50592</p><p>Coverage report generated for RSpec to /home/zunda/c/src/github.com/zunda/mastodon/coverage.<br />Line Coverage: 90.55% (26236 / 28975)<br />Branch Coverage: 71.26% (5732 / 8044)</p><p>ヨシ</p>