Skip to content

Commit 1df22ac

Browse files
committed
update readme and bump version
1 parent 8c5cca5 commit 1df22ac

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
# ActiveRecord CockroachDB Adapter
22

3-
CockroachDB adapter for ActiveRecord 5, 6, and 7. This is a lightweight extension of the PostgreSQL adapter that establishes compatibility with [CockroachDB](https://github.com/cockroachdb/cockroach).
3+
CockroachDB adapter for ActiveRecord. This is a lightweight extension
4+
of the PostgreSQL adapter that establishes compatibility with [CockroachDB](https://github.com/cockroachdb/cockroach).
45

56
## Installation
67

78
Add this line to your project's Gemfile:
89

910
```ruby
10-
gem 'activerecord-cockroachdb-adapter', '~> 7.0.0'
11+
gem 'activerecord-cockroachdb-adapter', '~> 7.2.0'
1112
```
1213

13-
If you're using Rails 5.2, use the `5.2.x` versions of this gem.
14+
If you're using Rails 7.0, use the `7.0.x` versions of this gem.
1415

15-
If you're using Rails 6.0, use the `6.0.x` versions of this gem.
16+
If you're using Rails 7.1, use the `7.1.x` versions of this gem.
1617

17-
If you're using Rails 7.0, use the `7.0.x` versions of this gem.
18+
If you're using Rails 7.2, use the `7.2.x` versions of this gem.
19+
The minimal CockroachDB version required is 23.1.12 for this version.
1820

1921
In `database.yml`, use the following adapter setting:
2022

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
# limitations under the License.
1616

1717
module ActiveRecord
18-
COCKROACH_DB_ADAPTER_VERSION = "7.1.1"
18+
COCKROACH_DB_ADAPTER_VERSION = "7.2.0"
1919
end

0 commit comments

Comments
 (0)