We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bd6625 + bb81cc5 commit b400172Copy full SHA for b400172
docsite/source/index.html.md
@@ -47,14 +47,14 @@ tracker](https://github.com/rom-rb/rom-rb.org/issues).
47
48
## Installing
49
50
-*Depends on:* `ruby v2.3.0` or greater
+*Depends on:* `ruby v2.4.0` or greater
51
52
To install <mark>rom-sql</mark> add the following to your
53
<mark>Gemfile</mark>.
54
55
```ruby
56
-gem 'rom', '~> 4.0'
57
-gem 'rom-sql', '~> 2.0'
+gem 'rom', '~> 5.2'
+gem 'rom-sql', '~> 3.2'
58
```
59
60
Afterwards either load `rom-sql` through your bundler setup or manually in your custom
0 commit comments