Commit Graph

5 Commits

Author SHA1 Message Date
Hartley McGuire 1dfd03593a
Add libvips to Development Dependency guide
Package listings:

macos/brew - https://formulae.brew.sh/formula/vips
debian/apt - https://packages.ubuntu.com/jammy/libvips42
fedora     - https://packages.fedoraproject.org/pkgs/vips/vips/
arch linux - https://archlinux.org/packages/community/x86_64/libvips/
freebsd    - https://cgit.freebsd.org/ports/tree/graphics/vips
2022-05-01 03:07:21 -04:00
Yasuo Honda 5cb513a8fc Address `Error: caskroom/cask was moved. Tap homebrew/cask-cask instead. `
This error message suggests using `tap homebrew/cask-cask`,
actually it does not work, refer "FYI - `tap homebrew/cask-cask` cause this error:" below.

* Without this change:
```
$ brew bundle
Using homebrew/core
Using homebrew/bundle
Using homebrew/services
Error: caskroom/cask was moved. Tap homebrew/cask-cask instead.
Tapping caskroom/cask has failed!
```

* With this change:
```
$ brew bundle
Using homebrew/core
Using homebrew/bundle
Using homebrew/services
Tapping homebrew/cask
Installing ffmpeg
Installing memcached
Installing mysql
Installing postgresql
Installing redis
Installing yarn
Password:
Installing xquartz
Installing mupdf
Installing poppler
Installing imagemagick
Homebrew Bundle complete! 14 Brewfile dependencies now installed.
$
```

* FYI - `tap homebrew/cask-cask` cause this error:

```
$ brew bundle
Using homebrew/core
Using homebrew/bundle
Using homebrew/services
Username for 'https://github.com': yahonda
Password for 'https://yahonda@github.com':
==> Tapping homebrew/cask-cask
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask-cask'...
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/Homebrew/homebrew-cask-cask/'
Error: Failure while executing; git clone https://github.com/Homebrew/homebrew-cask-cask /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask-cask --depth=1 exited with 128.
Tapping homebrew/cask-cask has failed!
```
2019-12-18 18:50:57 +09:00
Mr. Outis feb348d538 [ci skip] Add ImageMagick to Brewfile
In order to run ActiveStorage's tests successfully, you need imagemagick
2018-08-21 23:01:12 -05:00
Naoki Nishiguchi da5b51afb8 Use frozen string literal 2018-04-11 17:10:15 +09:00
Rafael Mendonça França b71b8ecc4e
Add Brewfile to make easier to install all dependencies we need to run tests
This way we don't need to remember which packages we need to install.
2018-04-06 14:21:50 -04:00