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

$ git -C ~/.rbenv/plugins/ruby-build pull
$ rbenv install 3.3.0-preview3
ruby-build: definition not found: 3.3.0-preview3

See all available versions with `rbenv install --list'.

If the version you need is missing, try upgrading ruby-build.

野良

$ git -C ~/.rbenv/plugins/ruby-build status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
(use "git add <file>..." to include in what will be committed)
share/ruby-build/3.3.0-preview3

nothing added to commit but untracked files present (use "git add" to track)
$ rbenv install 3.3.0-preview3

ありゃ

$ rbenv local ruby-3.3.0-preview3
rbenv: version `ruby-3.3.0-preview3' not installed

きっと動くからデプロイしようぜ

$ git show
:
diff --git a/.ruby-version b/.ruby-version
index e87b2c6090..beb61a6be6 100644
--- a/.ruby-version
+++ b/.ruby-version
@@ -1 +1 @@
-3.3.0-preview2
+3.3.0-preview3
diff --git a/Gemfile b/Gemfile
index 3eb2e92360..1ff1a821ac 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
# frozen_string_literal: true

source 'https://rubygems.org'
-ruby '3.3.0.preview2'
+ruby '3.3.0.preview3'

gem 'puma', '~> 6.3'
gem 'rails', '~> 7.1.1'

rubygems.orgRubyGems.org | your community gem host

Ruby側のパッケージミスかしら

remote: -----> Installing dependencies using bundler 1.17.3
remote: Running: BUNDLE_WITHOUT='development:test' BUNDLE_PATH=vendor/bundle BUNDLE_BIN=vendor/bundle/bin BUNDLE_DEPLOYMENT=1 BUNDLE_GLOBAL_PATH_APPENDS_RUBY_SCOPE=1 bundle install -j4
remote: Your Ruby version is 3.3.0.dev, but your Gemfile specified 3.3.0.preview3
remote: Bundler Output: Your Ruby version is 3.3.0.dev, but your Gemfile specified 3.3.0.preview3

とりあえず

$ git reset --hard HEAD^

ruby-jpのSlackのrubyチャンネルにご報告してみました。