Skip to content

Commit 8fd4592

Browse files
authored
Merge pull request #2409 from yahonda/backport_2408_to_release71
Merge pull request #2408 from yahonda/update_readme_for_71
2 parents 32c9612 + 133df1f commit 8fd4592

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,20 @@ Oracle enhanced adapter for ActiveRecord
66
DESCRIPTION
77
-----------
88

9-
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
9+
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
1010

1111
INSTALLATION
1212
------------
13+
### Rails 7.1
14+
15+
Oracle enhanced adapter version 7.1 supports Rails 7.1
16+
When using Ruby on Rails version 7.1 then in Gemfile include
17+
18+
```ruby
19+
# Use oracle as the database for Active Record
20+
gem 'activerecord-oracle_enhanced-adapter', '~> 7.1.0'
21+
```
22+
1323
### Rails 7.0
1424

1525
Oracle enhanced adapter version 7.0 supports Rails 7.0

0 commit comments

Comments
 (0)