Locally I am using Ruby 2.2.4, however when I do a bundle install ruby_dep raises an error saying it needs ruby >= 2.2.5 because of the constraint in its own gemspec. which in turn reads .travis.yml.
This dog fooding, while cute, means I can't install ruby_dep locally on anything other than Ruby >= 2.2.5m forcing an upgrade.
I assumed setting export RUBY_DEP_GEM_SILENCE_WARNINGS=1 would work, but it appears not too.
Many thanks.
Locally I am using Ruby 2.2.4, however when I do a
bundle installruby_dep raises an error saying it needs ruby >= 2.2.5 because of the constraint in its own gemspec. which in turn reads .travis.yml.This dog fooding, while cute, means I can't install ruby_dep locally on anything other than Ruby >= 2.2.5m forcing an upgrade.
I assumed setting
export RUBY_DEP_GEM_SILENCE_WARNINGS=1would work, but it appears not too.Many thanks.