martinthomson / i-d-template

A template for IETF internet draft git repositories
Other
207 stars 182 forks source link

`make update` on MacOS #363

Closed larseggert closed 1 year ago

larseggert commented 1 year ago

comm seems to not like the options it's being passed:


[notice] A new release of pip available: 22.2.2 -> 23.0
[notice] To update, run: pip install --upgrade pip
bundle update --gemfile=/Users/lars/Documents/IETF/rfc8312bis/lib/Gemfile
Fetching gem metadata from https://rubygems.org/....
Resolving dependencies...
Using bundler 2.4.5
Using certified 1.0.0
Using connection_pool 2.3.0
Using json_pure 2.6.3
Using rexml 3.2.5
Using net-http-persistent 4.0.1
Using kramdown 2.4.0
Using kramdown-parser-gfm 1.1.0
Using kramdown-rfc2629 1.6.22
Using kramdown-rfc 1.6.22
Bundle updated!
comm: illegal option -- -
usage: comm [-123i] file1 file2
comm: illegal option -- -
usage: comm [-123i] file1 file2
comm: illegal option -- -
usage: comm [-123i] file1 file2
comm: illegal option -- -
usage: comm [-123i] file1 file2
comm: illegal option -- -
usage: comm [-123i] file1 file2
warning: .github/workflows/update.yml is out of date, run `make update-files` to update it.```