Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

House Keeping#15

Closed
johha wants to merge 5 commits intomasterfrom
house-keeping
Closed

House Keeping#15
johha wants to merge 5 commits intomasterfrom
house-keeping

Conversation

@johha
Copy link
Copy Markdown
Contributor

@johha johha commented Feb 18, 2026

  • Add github workflows for unit tests and release
  • Adjust docs
  • Bump ruby to v3.2
  • Bump dependencies
  • Configure dependabot

@johha johha force-pushed the house-keeping branch 2 times, most recently from 33c398d to 974947b Compare February 20, 2026 08:29
- Add GitHub Actions workflows for CI and automated releases
- Add Dependabot configuration for dependency updates
- Add RELEASING.md with release process documentation
- Add CHANGELOG.md following Keep a Changelog format
- Configure CI to test Ruby 2.7-3.3
- Fix all RuboCop violations (Style, Layout, Lint)
- Use argument forwarding shorthand (...) for Ruby 3.0+
- Freeze constants for immutability
- Remove redundant require statements
- Use safe navigation operator where appropriate
- Replace string concatenation with interpolation
- Use RSpec predicate matchers
- Update .rubocop_todo.yml (reduced from 477 to 388 offenses)
- Bump Ruby version to 3.2 in .ruby-version
- Drop Ruby 2.7 support, require Ruby 3.0+
- Add Ruby 3.4 to CI test matrix
- Add syslog and syslog-logger dependencies for Ruby 3.4+ compatibility
  (both gems removed from standard library in Ruby 3.4)
- Configure CI with fail-fast: false to test all Ruby versions independently
- Update development dependencies (RuboCop 1.60+, RSpec 3.13)
- Add rubygems_mfa_required metadata for security
- Update CHANGELOG with all changes
The syslog-logger gem hasn't been updated since 2014 and is unnecessary.
The steno syslog sink only used it as a thin wrapper around the base
syslog gem. Refactored to use syslog directly:

- Use Syslog.open() directly instead of Syslog::Logger.new()
- Update tests to use Syslog.close if Syslog.opened?
- Remove syslog-logger from dependencies
- Update CHANGELOG to reflect removal

This reduces dependencies and removes reliance on an unmaintained gem
while maintaining identical functionality.
- Remove rack-test development dependency (not used anywhere in tests)
- Add explicit 'require time' for Time#iso8601 (Ruby 3.4+)
- Add explicit 'require tmpdir' for Dir.mktmpdir in tests (Ruby 3.4+)

These standard library features were previously loaded transitively
through rack-test's dependency on rack, but are not auto-loaded in
Ruby 3.4+.
@johha johha closed this Mar 4, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant