34 Commits

Author SHA1 Message Date
Javi Martín
f35916cbb9 Upgrade Ruby to version 3.3.10
We're also updating the parser gem so we don't get any warnings.
2025-10-27 13:18:01 +01:00
Javi Martín
ff9c4b93ae Update Node.js from 20.19.2 to 20.19.5
This is the latest 20.x release as of October 17, 2025.
2025-10-17 19:45:07 +02:00
Javi Martín
c29da86a9e Upgrade Ruby to version 3.3.9
We're also updating the parser gem so we don't get any warnings.
2025-10-17 18:13:14 +02:00
Javi Martín
5e5a0c5f65 Update PostgreSQL dependency to version 13
Version 12 isn't maintained since November 2024, and earlier versions
aren't maintained since way before that. Furthermore, we no longer know
whether these versions still work with the latest version of Consul
Democracy.

So we're upgrading the requirements to a version that is still supported
and that's expected to work.
2025-10-17 15:54:42 +02:00
Javi Martín
372a1dda3b Update Node.js from 18.20.3 to 20.19.2
Node 18 is reaching its end of life on April 30th, 2025, so we're
updating in order to keep using a maintained version after that date.
2025-05-20 18:17:35 +02:00
Javi Martín
096023dffb Upgrade Ruby to version 3.3.8 2025-05-20 15:56:13 +02:00
Javi Martín
8cada1237c Upgrade Ruby to version 3.2.8 2025-04-01 17:55:28 +02:00
taitus
352f702947 Upgrade Ruby to version 3.2.7 2025-02-14 14:50:57 +01:00
Javi Martín
453c4d2427 Upgrade Ruby to version 3.2.6 2025-01-09 17:15:33 +01:00
Javi Martín
497c542082 Upgrade Ruby to version 3.2.5
So get the latest fixes in the 3.2.x series.

We're also updating the parser gem so we don't get any warnings.
2024-08-19 16:04:38 +02:00
Javi Martín
e666c28c5c Update instructions for the bin/setup command
This command simplifies some of the steps. However, there's a gotcha: it
might fail if the database requires username and password and they
haven't been configured before executing it.
2024-08-07 15:48:21 +02:00
Javi Martín
1b61e8e2e0 Add a more specific link for local installation docs
On our regular README, this link used to point to the documentation
site, which made sense because the documentation used to be on a
different repository. Now that the documentation is on this repository
as well, we can directly link to that file.

And, on the documentation README, we can also link to the local
installation instructions, just like we do in other places.
2024-08-06 15:48:14 +02:00
Javi Martín
5d9f02ae30 Fix typo in Spanish README 2024-08-06 15:48:14 +02:00
Javi Martín
13d31b8668 Add ImageMagick to prerequisites
We include ImageMagick in the local installation instructions as well as
in the installer, but we forgot to add it to the list of prerequisites
in the README.
2024-08-06 15:47:46 +02:00
Javi Martín
5f20b5baac Remove dependency on shared-mime-info
We don't use mimemagic since commit 7212657c0, so we don't need
shared-mime-info anymore.
2024-08-06 12:46:49 +02:00
Javi Martín
819485eb80 Re-add and apply MDL rule MD040
We were following it about half of the time and we even added it to our
former `.mdlrc` file. However, for some reason, MDL doesn't detect this
rule when specified in the `.mdlrc` file, so we didn't notice we weren't
following it in many cases.

Now that we're using a style file to configure MDL, we can enable this
rule again and apply it, since now MDL correctly includes it in its
report.
2024-06-21 15:57:52 +02:00
Javi Martín
777781f361 Update documentation README files
These files are essentially the same as our README files, only our
README files contain information that only makes sense in the context
of a repository.
2024-06-18 23:39:42 +02:00
cronopioelectronico
b536548cec Remove unnecessary texts in the README 2024-06-18 20:33:01 +02:00
Javi Martín
10e2a9713f Update references to GitHub repositories 2023-07-12 16:03:17 +02:00
Javi Martín
68d0ffe5ec Copy the README from the CONSUL DEMOCRACY repo
We took it from there years ago, but we haven't kept it up to date.
2023-07-12 15:33:14 +02:00
taitus
32f825b6a6 MD034 Bare URL used 2023-04-21 11:00:02 +02:00
Javi Martín
127ada280f Install Ruby based on CONSUL's .ruby-version 2020-07-08 14:22:22 +02:00
Javi Martín
d49df794f7 Update installation instructions for Ruby 2.4.9
This is the Ruby version CONSUL uses now. Thanks to that, we no longer
need to install an old version of libssl-dev for Ubuntu 18.04.

We could probably simplify the documentation using:

```bash
rbenv install `cat .ruby_version`
```

However, this would require downloading consul before installing Ruby,
which could be harder to document.
2019-10-21 22:10:16 +02:00
voodoorai2000
73c54f5b90 Update READMEs and SUMMARIES 2019-04-01 21:56:12 +02:00
Angel Perez
ee9f7119d3 Add ChromeDriver as prerequisite for running tests 2018-03-28 08:09:42 -04:00
Angel Perez
44431014ad docs(prerequisites): Add Node.js installation instructions 2018-02-26 16:41:25 -04:00
Vanessa Me Tonini
bd2eec1805 Updated Prerequisites links to Gitbook urls #36 2017-10-11 15:14:22 -03:00
Bertocq
f984de9c89 Fix consul logos on readmes 2017-09-13 20:01:52 +02:00
Bertocq
66280be395 Update readme files to match consul/consul 2017-09-13 19:58:35 +02:00
Bertocq
2ef9b056d8 Add tech stack section to introductions 2017-09-13 14:25:14 +02:00
María Checa
b050783bf2 Added mention to contributors ❤️ 2017-08-18 19:17:54 +02:00
María Checa
22c890761e Minor fix 2017-08-18 18:55:04 +02:00
María Checa
3fb73a0f9b Added team members to introduction pages 2017-08-18 18:48:07 +02:00
María Checa
21e3dcf7bf Gitbook first attempt
Added english and spanish translations, first version of the summary and local installation guide.
2017-08-16 18:26:33 +02:00