Skip to content

Commit

Permalink
Add support for ruby3.3 (#1948)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people committed Jan 2, 2024
1 parent 6ae727f commit a5ccdef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ jobs:
- rails_version: "main"
ruby_version: "3.2"
mode: "capture_patch_disabled"
- rails_version: "7.1.1"
ruby_version: "3.3"
mode: "capture_patch_disabled"
- rails_version: "main"
ruby_version: "3.3"
mode: "capture_patch_disabled"
steps:
- uses: actions/checkout@v4.1.1
- name: Setup Ruby
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.2.2
ruby 3.3.0
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ nav_order: 5

## main

* Add support for Ruby 3.3.

*Reegan Viljoen*

* Allow translations to be inherited and overridden in subclasses.

*Elia Schito*
Expand Down

0 comments on commit a5ccdef

Please sign in to comment.