Skip to content

Commit a9884ff

Browse files
authored
fix: update Gemfile.lock (#1786)
* fix: update Gemfile.lock * fix: bypass incompatibility between truffleruby and rails edge Git ref
1 parent 78ac2f5 commit a9884ff

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,17 @@ jobs:
2525
- "7.2"
2626
- main
2727
exclude:
28-
- ruby: jruby-9.4
29-
rails: "7.1"
30-
- ruby: jruby-9.4
31-
rails: "7.2"
32-
- ruby: jruby-9.4
33-
rails: main
28+
- { ruby: jruby-9.4, rails: "7.1" }
29+
- { ruby: jruby-9.4, rails: "7.2" }
30+
- { ruby: jruby-9.4, rails: main }
3431
# Rails >= 7.2 requires Ruby 3.1
35-
- ruby: "3.0"
36-
rails: "7.2"
37-
- ruby: "3.0"
38-
rails: "main"
32+
- { ruby: "3.0", rails: "7.2" }
33+
- { ruby: "3.0", rails: "main" }
3934
# Rails >= 8.0 requires Ruby 3.2
40-
- ruby: "3.1"
41-
rails: "main"
35+
- { ruby: "3.1", rails: "main" }
36+
# 2025-10-23 There's an incompatibility between truffleruby and rails edge Git ref
37+
# results in a "NoMethodError: undefined method `[]' for class Fiber" error whilst running specs
38+
- { ruby: truffleruby, rails: "main" }
4239

4340
runs-on: 'ubuntu-latest'
4441

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
factory_bot (6.5.5)
4+
factory_bot (6.5.6)
55
activesupport (>= 6.1.0)
66

77
GEM

0 commit comments

Comments
 (0)