Skip to content

Commit b400172

Browse files
authored
Merge pull request #381 from parndt/patch-1
Update versions recommended in the docs docsite:release-3.2
2 parents 2bd6625 + bb81cc5 commit b400172

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docsite/source/index.html.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ tracker](https://github.com/rom-rb/rom-rb.org/issues).
4747

4848
## Installing
4949

50-
*Depends on:* `ruby v2.3.0` or greater
50+
*Depends on:* `ruby v2.4.0` or greater
5151

5252
To install <mark>rom-sql</mark> add the following to your
5353
<mark>Gemfile</mark>.
5454

5555
```ruby
56-
gem 'rom', '~> 4.0'
57-
gem 'rom-sql', '~> 2.0'
56+
gem 'rom', '~> 5.2'
57+
gem 'rom-sql', '~> 3.2'
5858
```
5959

6060
Afterwards either load `rom-sql` through your bundler setup or manually in your custom

0 commit comments

Comments
 (0)