* update dev files to 3.3
* add 3.3 to ci
* add changelog entry
* fix standard rb lint issues
* Update docs/CHANGELOG.md
---------
Co-authored-by: Hans Lemuet <Spone@users.noreply.github.com>
Co-authored-by: Joel Hawksley <joel@hawksley.org>
* use Ruby 3.2.2
* update yard dev dependency to latest
* Reduce noise in tests by turning off warnings
* appease YARD warning for including Rails routes, which are dynamic
* Resolve assert_nil warning from Minitest
* fix param name error in YARD comment
* silence YARD output in tests
* Fix YARD errors
* add CHANGELOG entry
* appease Standard
* include sha in artifact upload filename
* Turn off warnings for specific dependencies
* standard
* lock to pre-v4 upload-artifact action
* fix version number
* use specific version of checkout action
---------
Co-authored-by: Joel Hawksley <joelhawksley@joelhawksley.local>
Co-authored-by: Joel Hawksley <joelhawksley@joelhawksley.localdomain>
In #1176, `.tool-versions` was updated to be less specific about the ruby
version. asdf isn't smart enough to figure out which Ruby version to use,
though.
This updates the Ruby version specified in `.tool-versions` to the latest
release (3.0.3).