Skip to content

Commit 1ea8766

Browse files
committed
Update README for 7.1 [skip ci]
1 parent bb65e49 commit 1ea8766

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
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)