telus-agcg / nib

A Docker Compose wrapper geared towards Ruby/Rails development with a focus on: convention, convenience and productivity.
MIT License
15 stars 3 forks source link

Support Ruby 3 #163

Closed johnallen3d closed 2 years ago

johnallen3d commented 3 years ago

Changes to handling of keyword arguments make some of the commands in this library incompatible with Ruby 3.

johnallen3d commented 2 years ago

Specifically the nib shell command is failing with:

❯ nib shell gem
error: wrong number of arguments (given 2, expected 1; required keywords: env, size, type)
johnallen3d commented 2 years ago

Resolved by: https://github.com/technekes/nib/pull/165