Skip to content

Commit

Permalink
Update README for ActiveRecord 7.2 support and Ruby version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff.dean committed Feb 28, 2025
1 parent 71d5ecd commit 83cb6a9
Showing 1 changed file with 6 additions and 37 deletions.
43 changes: 6 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,54 +36,23 @@ Gemfile:
gem 'activerecord-mysql2rgeo-adapter'
```

Gemfile for JRuby:

```ruby
gem 'activerecord-mysql2rgeo-adapter'
gem 'jdbc-mysql', platform: :jruby
gem 'activerecord-jdbc-adapter', platform: :jruby
gem 'ffi-geos'
```

_JRuby support for Rails 4.0 and 4.1 was added in version 2.2.0_

#### Version 7.x supports ActiveRecord 7.0+

Requirements:

```
ActiveRecord 7.0+
Ruby 2.7+ (no JRuby support yet)
PostGIS 2.0+
```

#### Version 6.x supports ActiveRecord 6.0+
#### Version 7.2 supports ActiveRecord 7.2+

Requirements:

```
ActiveRecord 6.0+
Ruby 2.5+ (no JRuby support yet)
ActiveRecord 7.2+
Ruby 3.1+ (no JRuby support yet)
PostGIS 2.0+
```

#### Version 5.x supports ActiveRecord 5.1+
#### Version 7.1 supports ActiveRecord 7.1+

Requirements:

```
ActiveRecord 5.1+
Ruby 2.2.2+ (no JRuby support yet)
PostGIS 2.0+
```

#### Version 4.x supports ActiveRecord 5.0+

Requirements:

```
ActiveRecord 5.0+
Ruby 2.2.2+, JRuby
ActiveRecord 7.1+
Ruby 2.7+ (no JRuby support yet)
PostGIS 2.0+
```

Expand Down

0 comments on commit 83cb6a9

Please sign in to comment.