]> git.openstreetmap.org Git - rails.git/commitdiff
ruby2.0->ruby 2.3
authorHarry Wood <github@onlineanimals.co.uk>
Tue, 3 Jan 2017 13:40:57 +0000 (13:40 +0000)
committerGitHub <noreply@github.com>
Tue, 3 Jan 2017 13:40:57 +0000 (13:40 +0000)
change dependancies. nokogiri requires a later ruby now as pointed out here: https://github.com/openstreetmap/openstreetmap-website/issues/1402 ruby2.0->ruby 2.3 ...which then entails a later ubuntu if we're installing from packages.

INSTALL.md

index 129b071f1b1e47dd261ad12623c21aa3d2255c4c..afd0a55c4388d53c4531f162bfa2dd19ad494e3f 100644 (file)
@@ -18,17 +18,17 @@ of packages required before you can get the various gems installed.
 
 ## Minimum requirements
 
-* Ruby 2.0
+* Ruby 2.3
 * RubyGems 1.3.1+
 * PostgreSQL 9.1+
 * ImageMagick
 * Bundler
 * Javascript Runtime
 
-These can be installed on Ubuntu 14.04 or later with:
+These can be installed on Ubuntu 16.04 or later with:
 
 ```
-sudo apt-get install ruby2.0 libruby2.0 ruby2.0-dev \
+sudo apt-get install ruby2.3 libruby2.3 ruby2.3-dev \
                      libmagickwand-dev libxml2-dev libxslt1-dev nodejs \
                      apache2 apache2-threaded-dev build-essential git-core \
                      postgresql postgresql-contrib libpq-dev postgresql-server-dev-all \