Closed scotthelm closed 7 years ago
I had been wondering if that would crop up. Previously the gem ran inside a container where we were confident about what version of Ruby was present. According to the Ruby download page v2.1 will be EOL soon so I'm thinking it would be best to support v2.2 at least.
In the mean time though, since moving to Docker for development I've shed the Ruby version switchers (ie. rvm
, rbenv
, chruby
) on MacOS in favor of:
brew install ruby
brew link --overwrite ruby
While working with a project with ruby version 2.2.2, I encountered the error below. Should
nib
be compatible with older versions of ruby, or should it have aspec.required_ruby_version '>= 2.3.0'
in the gemspec?