Commit a33e95c
Move Rails-main Gemfile to top level and add gemfiles/Gemfile.activerecord-8.1
Top-level Gemfile now tracks Rails main (rails/rails:main) and the
oracle-enhanced adapter master (rsim/oracle-enhanced:master),
mirroring how the previous gemfiles/Gemfile.activerecord-main pulled
in bleeding-edge dependencies. Picking up rails/rails main as the
default development target surfaces upstream regressions earlier
than waiting for a released Rails line.
Add gemfiles/Gemfile.activerecord-8.1 pinned to ~> 8.1.0 (matching
the style of Gemfile.activerecord-8.0) and wire it into
.github/workflows/test_gemfiles.yml so 8.1 gets the same matrix
coverage the other released Rails lines have.
Remove the redundant gemfiles/Gemfile.activerecord-main; tracking
Rails main now happens in the top-level Gemfile.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent eaf2925 commit a33e95c
3 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments