spotify-export
spotify-export copied to clipboard
Activesupport requires Ruby>=2.2.2
Tried to install but Activesupport requires Ruby>=2.2.2. Here is the output:
xx@xx:~/spotify-export/bin$ bundle install Fetching gem metadata from https://rubygems.org/......... Using concurrent-ruby 1.0.2 Using i18n 0.7.0 Using minitest 5.9.1 Using thread_safe 0.3.5 Using tzinfo 1.2.2
Gem::InstallError: activesupport requires Ruby version >= 2.2.2.
An error occurred while installing activesupport (5.0.0.1), and Bundler cannot
continue.
Make sure that gem install activesupport -v '5.0.0.1' succeeds before
bundling.
Did you try upgrading ruby to 2.2.2 ?