Skip to content

Commit

Permalink
Do not test Rails edge against Ruby < 3.2
Browse files Browse the repository at this point in the history
Also update dependencies
  • Loading branch information
tagliala committed Sep 27, 2024
1 parent 9700559 commit b5f2994
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
channel: ['stable']

include:
- ruby-version: '3.1'
gemfile: rails_edge
channel: 'experimental'
- ruby-version: '3.2'
gemfile: rails_edge
channel: 'experimental'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.2",
"chrome-launcher": "^1.1.2",
"puppeteer-core": "^23.4.0",
"puppeteer-core": "^23.4.1",
"rollup": "^4.22.0",
"rollup-plugin-copy": "^3.5.0",
"standard": "^17.1.2"
Expand Down

0 comments on commit b5f2994

Please sign in to comment.