From: Harry Wood Date: Tue, 3 Jan 2017 13:40:57 +0000 (+0000) Subject: ruby2.0->ruby 2.3 X-Git-Tag: live~3728 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/194eaeb68792565c85b93dc8ca7cfe64e1ed919e?ds=sidebyside;hp=89ba5eab46ae6c2ecb30af538604ed17a13f4994 ruby2.0->ruby 2.3 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. --- diff --git a/INSTALL.md b/INSTALL.md index 129b071f1..afd0a55c4 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 \