Skip to content

Commit

Permalink
Add support for Rails 8 (#442)
Browse files Browse the repository at this point in the history
* Remove useless require
* Add support for Rails 8.0
  • Loading branch information
n-rodriguez authored Nov 11, 2024
1 parent 636303b commit fe3b341
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
- '2.7'
- '2.6'
rails:
- rails_8.0
- rails_7.2
- rails_7.1
- rails_7.0
Expand All @@ -114,6 +115,15 @@ jobs:
- ruby: '3.0'
rails: 'rails_7.2'

- ruby: '2.6'
rails: 'rails_8.0'
- ruby: '2.7'
rails: 'rails_8.0'
- ruby: '3.0'
rails: 'rails_8.0'
- ruby: '3.1'
rails: 'rails_8.0'

env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.rails }}.gemfile

Expand Down
3 changes: 1 addition & 2 deletions .rspec
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
--require spec_helper
--warnings
--warnings

0 comments on commit fe3b341

Please sign in to comment.