From 1ea8766b3f278b351fce970753d526b178257847 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Thu, 26 Sep 2024 18:49:41 -0400 Subject: [PATCH] Update README for 7.1 [skip ci] --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 977df7d5b..b48e98b7b 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,20 @@ Oracle enhanced adapter for ActiveRecord DESCRIPTION ----------- -Oracle enhanced ActiveRecord adapter provides Oracle database access from Ruby on Rails applications. Oracle enhanced adapter can be used from Ruby on Rails versions between 2.3.x and 7.0 and it is working with Oracle database versions 10g and higher +Oracle enhanced ActiveRecord adapter provides Oracle database access from Ruby on Rails applications. Oracle enhanced adapter can be used from Ruby on Rails versions between 2.3.x and 7.1 and it is working with Oracle database versions 10g and higher INSTALLATION ------------ +### Rails 7.1 + +Oracle enhanced adapter version 7.1 supports Rails 7.1 +When using Ruby on Rails version 7.1 then in Gemfile include + +```ruby +# Use oracle as the database for Active Record +gem 'activerecord-oracle_enhanced-adapter', '~> 7.1.0' +``` + ### Rails 7.0 Oracle enhanced adapter version 7.0 supports Rails 7.0