Skip to content

Commit 74d9351

Browse files
committed
Readme. Adjust Ruby/Rails versions
1 parent 0b59810 commit 74d9351

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ 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, 2.6 and 2.7, JRuby 9.2.8.0 and against Rails versions: 4.2, 5.0, 5.1,
130-
5.2 and 6.0.
129+
2.5, 2.6, 2.7 and 3.0, JRuby 9.2.x and against Rails versions: 4.2, 5.0, 5.1,
130+
5.2, 6.0 and 6.1.
131131

132132
## Setup
133133

@@ -1342,12 +1342,12 @@ environment.
13421342

13431343
If you want to run all the specs that travis runs, use `bundle exec
13441344
wwtd`, but first you will need to setup all the rubies, for each of `%w(
1345-
2.0.0-p648 2.1.10 2.2.6 2.3.3 2.4.1 jruby-9.1.8.0 )`. When you run
1345+
2.3.8 2.4.6 2.5.5 2.6.3 2.7.0 3.0.0 9.2.14.0)`. When you run
13461346
`bundle exec wwtd` it will take care of starting and stopping the local
13471347
dynamodb instance.
13481348

13491349
```shell
1350-
rvm use 2.0.0-p648
1350+
rvm use 3.0.0
13511351
gem install rubygems-update
13521352
gem install bundler
13531353
bundle install

0 commit comments

Comments
 (0)