Skip to content

Instantly share code, notes, and snippets.

@terinjokes
Last active December 25, 2015 13:39
Show Gist options
  • Save terinjokes/6985446 to your computer and use it in GitHub Desktop.
Save terinjokes/6985446 to your computer and use it in GitHub Desktop.
Bundle include rubysl during gem development for Rubinius
source "https://rubygems.org"
gemspec
platforms :rbx do
gem "rubysl", "~> 2.0.0", :group => :development
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment