Skip to content

Instantly share code, notes, and snippets.

@iambowen
Created October 28, 2013 07:47
Show Gist options
  • Save iambowen/7192836 to your computer and use it in GitHub Desktop.
Save iambowen/7192836 to your computer and use it in GitHub Desktop.
Does latest version of resi-client still support ruby 1.8.7?

For I get this error when I try to use ree-1.8.7 to install chef which depends on rest-client.

~> gem install rest-client
ERROR:  Error installing rest-client:
   mime-types requires Ruby version >= 1.9.2.

My question is that does rest-client get rid of supporting 1.8.7 completely? If not, how could I make it happen under ruby 1.8.7, by downgrading the version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment