Skip to content

Commit 8e437a5

Browse files
yahondaclaude
andcommitted
Bump activerecord and oracle_enhanced adapter to ~> 8.1
Both activerecord 8.1 and activerecord-oracle_enhanced-adapter 8.1 are released on RubyGems (latest 8.1.3). The previous Gemfile pin of ~> 8.0 already accepted 8.1.x; tightening it to ~> 8.1 reflects that 8.1 is the current target Rails line for development. The 8.0 line continues to be exercised through gemfiles/Gemfile.activerecord-8.0 in test_gemfiles.yml. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent eaf2925 commit 8e437a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ group :test, :development do
1616
gem "rspec", "~> 3.1"
1717

1818
unless ENV["NO_ACTIVERECORD"]
19-
gem "activerecord", "~> 8.0"
20-
gem "activerecord-oracle_enhanced-adapter", "~> 8.0"
19+
gem "activerecord", "~> 8.1"
20+
gem "activerecord-oracle_enhanced-adapter", "~> 8.1"
2121
gem "simplecov", ">= 0"
2222
end
2323

0 commit comments

Comments
 (0)