Skip to content

Commit 01f4747

Browse files
committed
[CI] Rails 8.0 doesn't support Ruby 3.1
1 parent acb28c7 commit 01f4747

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ruby.yml

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
rails-version: '6.1'
6363

6464
exclude:
65+
- ruby-version: '3.1'
66+
rails-version: '8.0'
6567

6668
env:
6769
RUBY_VERSION: ${{ matrix.ruby-version }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Gem Version](https://badge.fury.io/rb/haml-rails.svg)](https://rubygems.org/gems/haml-rails)
33
[![Ruby](https://github.com/haml/haml-rails/actions/workflows/ruby.yml/badge.svg)](https://github.com/haml/haml-rails/actions/workflows/ruby.yml)
44

5-
Haml-rails provides Haml generators for Rails 5, 6, and 7. It also enables Haml as the templating engine for you, so you don't have to screw around in your own application.rb when your Gemfile already clearly indicated what templating engine you have installed. Hurrah.
5+
Haml-rails provides Haml generators for Rails 5, 6, 7, and 8. It also enables Haml as the templating engine for you, so you don't have to screw around in your own application.rb when your Gemfile already clearly indicated what templating engine you have installed. Hurrah.
66

77
To use it, add this line to your Gemfile:
88

0 commit comments

Comments
 (0)