X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/84c898173778ece298b6bcd6d9839c207a831a86..8c071a4d1e55b46d3c18d40c369b18ee380c9bf2:/INSTALL.md diff --git a/INSTALL.md b/INSTALL.md index 75fe37bf0..c8e28a62f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -23,7 +23,7 @@ of packages required before you can get the various gems installed. ## Minimum requirements * Ruby 3.0+ -* PostgreSQL 12+ +* PostgreSQL 13+ * Bundler (see note below about [developer Ruby setup](#rbenv)) * Javascript Runtime @@ -125,7 +125,7 @@ If you want to add in the full history later on, perhaps to run `git blame` or ` ## Ruby gems -We use [Bundler](http://gembundler.com/) to manage the rubygems required for the project. +We use [Bundler](https://bundler.io/) to manage the rubygems required for the project. ``` cd openstreetmap-website