You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 beforebundling.
The text was updated successfully, but these errors were encountered: