4
0
mirror of https://git.coop/cotech/website.git synced 2025-06-26 16:40:52 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
18851086d9 Upgrade ruby and gems
Ruby 2.6.6 has reached the end-of-life and I had some trouble
installing the dependencies locally as a result. I've updated to the
latest version of ruby and regenerated the Gemfile.lock with the
latest versions of the two gems we depend on, and their dependencies.

Everything looks to still be working in terms of site generation.
2025-06-20 10:57:07 +01:00
4f27c1274b Necessary to get the application up and running locally
Was encountering a problem with the bundler version
Used the solution here:
https://stackoverflow.com/questions/47026174/find-spec-for-exe-cant-find-gem-bundler-0-a-gemgemnotfoundexception

Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
2023-06-06 15:02:34 +00:00
d5a260c00e Update Ruby to v2.6.6
This is the latest patch version of v2.6.
2020-10-11 14:47:35 +01:00
2c655c68d1 Update Ruby to v2.5.8
This is the latest patch version of v2.5.
2020-10-11 14:30:35 +01:00
b1c23ea9f3 Use environment variable for bundle env
So it works for standalone commands too
2018-12-16 10:29:37 +00:00
68e925ce82 Hide away site/vendor dirs in docker volumes
So they don't conflict with any local setup you might have
2018-12-16 10:28:55 +00:00
5cf4d22662 Switch to docker-compose with .htaccess support 2018-12-16 10:28:55 +00:00