@pablobm commented on this pull request.

Since we are at it, apt-get shows a notice that it's substituting `git-core` 
with `git`, and `postgres-contrib` with `postgres` (already in the list).

> @@ -131,7 +145,15 @@ We use [Bundler](https://bundler.io/) to manage the 
> rubygems required for the pr
 ```bash
 cd openstreetmap-website
 bundle install
-```
+
+> [NOTE]
+> On Ubuntu 26.04 the provided version of bundler is old and will not install 
the gems, you can
+> upgrade with 
+>
+> ```bash
+> sudo bundle update --bundler
+> ```
+> however this will install the gems as root which may or may not be what you 
want.

There might be a better way to do this:
```
bundle config set path vendor/cache
bundle install
```
Gems will be installed on the project directory at `vendor/cache`, so this 
should be added to `.gitignore`.


-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/7139#pullrequestreview-4516535861
You are receiving this because you are subscribed to this thread.

Message ID: 
<openstreetmap/openstreetmap-website/pull/7139/review/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to