Skip to content

Commit d9f9359

Browse files
committed
Readme. Fix typos and update Ruby versions
1 parent c549493 commit d9f9359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ end
126126
Dynamoid supports Ruby >= 2.3 and Rails >= 4.2.
127127

128128
Its compatibility is tested against following Ruby versions: 2.3, 2.4,
129-
2.5 and 2.6, JRuby 9.2.8.0 and against Rails versions: 4.2, 5.0, 5.1,
129+
2.5, 2.6 and 2.7, JRuby 9.2.8.0 and against Rails versions: 4.2, 5.0, 5.1,
130130
5.2 and 6.0.
131131

132132
## Setup
@@ -614,7 +614,7 @@ well.
614614

615615
### Dirty API
616616

617-
Dynamoid supports Dirty API which equivalents to [Rails 5.2
617+
Dynamoid supports Dirty API which is equivalent to [Rails 5.2
618618
`ActiveModel::Dirty`](https://api.rubyonrails.org/v5.2/classes/ActiveModel/Dirty.html).
619619
There is only one limitation - change in place of field isn't detected
620620
automatically.

0 commit comments

Comments
 (0)