Skip to content

ruby: Adopt .tool-versions and standardise script/setup for ruby - #153

Open
adamnfish-gu wants to merge 1 commit into
fix/rubyfrom
adopt/ruby
Open

ruby: Adopt .tool-versions and standardise script/setup for ruby#153
adamnfish-gu wants to merge 1 commit into
fix/rubyfrom
adopt/ruby

Conversation

@adamnfish-gu

@adamnfish-gu adamnfish-gu commented Aug 7, 2026

Copy link
Copy Markdown

script/setup ran gem install bundler under set -vx. It now runs bundle install. bundler has shipped as a default gem since Ruby 2.6.

  • Add .tool-versions pinning ruby 3.4
  • Delete .ruby-version, superseded by .tool-versions
  • script/test uses set -euo pipefail and bundle exec
  • Update README to the standard template

Base fix/ruby (#152), so the diff shows only this branch's changes. Merge #152 first.

Part of #143.

script/setup ran `gem install bundler` under set -vx. It now runs
`bundle install`. bundler has shipped as a default gem since Ruby 2.6.

- Add .tool-versions pinning ruby 3.4
- Delete .ruby-version, superseded by .tool-versions
- script/test uses set -euo pipefail and bundle exec
- Update README to the standard template

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant