Skip to content

Commit

Permalink
Update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
hoppergee committed Sep 24, 2022
1 parent 7180294 commit 6ed17f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Next release

- [Remove rest-client dependency in the gemspec and default to faraday](https://github.com/jeremytregunna/ruby-trello/pull/308)
- [Drop support for Ruby < 2.7 and Rails < 6](https://github.com/jeremytregunna/ruby-trello/pull/310)

## v3.2.0

Expand Down
27 changes: 11 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,17 @@ to, please just [create an issue](https://github.com/jeremytregunna/ruby-trello/

## Requirements

| Ruby \ ActiveModel | 4.2 | 5.2 | 6.0 | 6.1 | 7.0 |
| ---- | ---- | ---- | ---- | ---- | ---- |
| 2.5 ||||||
| 2.6 ||||||
| 2.7 ||||||
| 3.0 ||||||
| 3.1 ||||||
| jRuby 9.3 ||||||

Use the newest version for Ruby 2.5.0 or newer support.

Use version 2.2.1 or earlier for Ruby 2.1 ~ 2.4 support.

Use version 1.3.0 or earlier for Ruby 1.9.3 support.

Use version 1.4.x or earlier for Ruby 2.0.0 support.
| Ruby \ ActiveModel | 6.0 | 6.1 | 7.0 |
| ---- | ---- | ---- | ---- |
| 2.7 ||||
| 3.0 ||||
| 3.1 ||||

- Use the newest version for Ruby 2.7.0 or newer support.
- Use version 3.2.0 or earlier for Ruby 2.5 ~ 2.6 support.
- Use version 2.2.1 or earlier for Ruby 2.1 ~ 2.4 support.
- Use version 1.3.0 or earlier for Ruby 1.9.3 support.
- Use version 1.4.x or earlier for Ruby 2.0.0 support.

## Installation

Expand Down

0 comments on commit 6ed17f4

Please sign in to comment.