jlund / spotify-export

A simple Ruby utility that uses Spotify's Web API to export a playlist as plain text
MIT License
293 stars 42 forks source link

Activesupport requires Ruby>=2.2.2 #16

Open giovi321 opened 7 years ago

giovi321 commented 7 years ago

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.

BachirC commented 6 years ago

Did you try upgrading ruby to 2.2.2 ?