Hi,
I'm reporting this issue on behalf of some bootstrap-sass users, which is a gem that depends on sassc-ruby. (See this issue here: twbs/bootstrap-sass#1182)
These users have trouble installing sassc-ruby due to its dependency on at least Ruby 2.3.3.
In general, some users currently depend on Ruby from distro package repositories. This is especially true of automatically managed environments, like Ansible configs, Docker images, Vagrant boxes etc. These users may be stuck on an older operating system version for one reason or another.
Debian before stretch and Ubuntu before Bionic, for instance, have Ruby older than 2.3.3 in their repositories. CentOS 7 also has an older ruby version in its repos. Specifically, these are the versions available last I checked:
So with the latest Ruby from the distribution's package repos, these users can't install SassC-ruby.
For these users, perhaps this gem can be tested with older Ruby, and the gemspec file can be updated to allow older Ruby, such as can be found in the distributions' package repos?
Hi,
I'm reporting this issue on behalf of some
bootstrap-sassusers, which is a gem that depends onsassc-ruby. (See this issue here: twbs/bootstrap-sass#1182)These users have trouble installing sassc-ruby due to its dependency on at least Ruby 2.3.3.
In general, some users currently depend on Ruby from distro package repositories. This is especially true of automatically managed environments, like Ansible configs, Docker images, Vagrant boxes etc. These users may be stuck on an older operating system version for one reason or another.
Debian before stretch and Ubuntu before Bionic, for instance, have Ruby older than 2.3.3 in their repositories. CentOS 7 also has an older ruby version in its repos. Specifically, these are the versions available last I checked:
So with the latest Ruby from the distribution's package repos, these users can't install SassC-ruby.
For these users, perhaps this gem can be tested with older Ruby, and the gemspec file can be updated to allow older Ruby, such as can be found in the distributions' package repos?