spotify-export icon indicating copy to clipboard operation
spotify-export copied to clipboard

Activesupport requires Ruby>=2.2.2

Open giovi321 opened this issue 8 years ago • 1 comments

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.

giovi321 avatar Jun 17 '17 11:06 giovi321

Did you try upgrading ruby to 2.2.2 ?

BachirC avatar Oct 26 '17 13:10 BachirC