Skip to content

Instantly share code, notes, and snippets.

@darkhelmet
Created March 9, 2012 16:40
Show Gist options
  • Save darkhelmet/2007412 to your computer and use it in GitHub Desktop.
Save darkhelmet/2007412 to your computer and use it in GitHub Desktop.
group :development do
platforms :mri_18 do
gem 'rbx-require-relative', '0.0.9', :require => nil
gem 'linecache', '0.46', :require => nil
gem 'ruby-debug', :require => nil
end
platforms :mri_19 do
gem 'linecache19', '0.5.12', :require => nil
gem 'ruby-debug19', :require => nil
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment