We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9700559 commit b5f2994Copy full SHA for b5f2994
.github/workflows/ruby.yml
@@ -20,9 +20,6 @@ jobs:
20
channel: ['stable']
21
22
include:
23
- - ruby-version: '3.1'
24
- gemfile: rails_edge
25
- channel: 'experimental'
26
- ruby-version: '3.2'
27
gemfile: rails_edge
28
channel: 'experimental'
package.json
@@ -27,7 +27,7 @@
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.2",
29
"chrome-launcher": "^1.1.2",
30
- "puppeteer-core": "^23.4.0",
+ "puppeteer-core": "^23.4.1",
31
"rollup": "^4.22.0",
32
"rollup-plugin-copy": "^3.5.0",
33
"standard": "^17.1.2"
0 commit comments