Skip to content

Commit b5f2994

Browse files
committed
Do not test Rails edge against Ruby < 3.2
Also update dependencies
1 parent 9700559 commit b5f2994

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ruby.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
channel: ['stable']
2121

2222
include:
23-
- ruby-version: '3.1'
24-
gemfile: rails_edge
25-
channel: 'experimental'
2623
- ruby-version: '3.2'
2724
gemfile: rails_edge
2825
channel: 'experimental'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@rollup/plugin-babel": "^6.0.4",
2828
"@rollup/plugin-node-resolve": "^15.2.2",
2929
"chrome-launcher": "^1.1.2",
30-
"puppeteer-core": "^23.4.0",
30+
"puppeteer-core": "^23.4.1",
3131
"rollup": "^4.22.0",
3232
"rollup-plugin-copy": "^3.5.0",
3333
"standard": "^17.1.2"

0 commit comments

Comments
 (0)