Skip to content

Instantly share code, notes, and snippets.

@thommahoney
Created April 6, 2016 17:25
Show Gist options
  • Save thommahoney/ab8ba64f64e38955dc319ecfac0832a9 to your computer and use it in GitHub Desktop.
Save thommahoney/ab8ba64f64e38955dc319ecfac0832a9 to your computer and use it in GitHub Desktop.
- s.add_runtime_dependency 'mime-types', '>= 1.16'
+ if RUBY_VERSION < '2.0.0'
+ s.add_runtime_dependency 'mime-types', ['>= 1.16', '< 3']
+ else
+ s.add_runtime_dependency 'mime-types', '>= 1.16'
+ end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment