From 5246105d55270eb259a2defe4373dc379cb94b5d Mon Sep 17 00:00:00 2001 From: Jan Graichen Date: Fri, 31 Jan 2025 14:30:31 +0100 Subject: [PATCH] chore: Add support for Ruby 3.4 --- .github/workflows/test.yml | 9 ++++++++- CHANGELOG.md | 2 ++ README.md | 4 +++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 698a37b..802f3a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,6 +12,7 @@ jobs: strategy: matrix: ruby: + - "3.4" - "3.3" - "3.2" - "3.1" @@ -34,6 +35,12 @@ jobs: ruby: "3.0" - gemfile: rails_7.2.gemfile ruby: "2.7" + - gemfile: rails_7.1.gemfile + ruby: "3.4" + - gemfile: rails_7.0.gemfile + ruby: "3.4" + - gemfile: rails_6.1.gemfile + ruby: "3.4" fail-fast: False env: @@ -75,7 +82,7 @@ jobs: - uses: actions/checkout@master - uses: ruby/setup-ruby@v1 with: - ruby-version: "3.4.1" + ruby-version: "3.4" bundler-cache: True - run: bundle exec rubocop --parallel --color diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fc66b8..1ff782b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch ### New +- Support for Ruby 3.4 + ### Changes ### Fixes diff --git a/README.md b/README.md index 35b4469..57c0866 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ [![Gem Version](https://img.shields.io/gem/v/rails-rfc6570?logo=ruby)](https://rubygems.org/gems/rails-rfc6570) [![Build Status](https://img.shields.io/github/actions/workflow/status/jgraichen/rails-rfc6570/test.yml?logo=github)](https://github.com/jgraichen/rails-rfc6570/actions/workflows/test.yml) -Pragmatic access to your Rails routes as RFC6570 URI templates. Tested with Rails 6.1, 7.0, 7.1, 7.2 and Ruby 2.7, 3.0, 3.1, 3.2, 3.3. +Pragmatic access to your Rails routes as RFC6570 URI templates. + +Tested with Rails 6.1, 7.0, 7.1, 7.2 and Ruby 2.7, 3.0, 3.1, 3.2, 3.3, and 3.4. ## Installation