Commit ae37d45
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. The 8.1 row uses Ruby
3.3 because activerecord-oracle_enhanced-adapter 8.1.x requires
Ruby >= 3.3.1.
Drop Ruby 3.2 from .github/workflows/test.yml and test_11g.yml
matrices for the same reason: those workflows resolve against the
top-level Gemfile, which now pulls oracle-enhanced master and
inherits its Ruby >= 3.3.1 requirement. Ruby 3.2 coverage continues
through gemfiles/Gemfile.activerecord-8.0 (and earlier rows) in
test_gemfiles.yml.
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 ae37d45
4 files changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
| 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