1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/Gemfile
Tee Parham 8bb6c1a988 Update Rubinius build setup
TL/DR; use rubinius 2.2.5 in development

Rubinius 2.2.5 now includes the standard library, so we do not need to
explicitly include standard library gems in Gemfiles.

http://www.benjaminfleischer.com/2013/12/05/testing-rubinius-on-travis-c
i/
2014-02-27 10:27:04 -07:00

15 lines
183 B
Ruby

source "https://rubygems.org"
gemspec
group :docs do
gem "yard", "~> 0.8.0"
gem "kramdown"
end
platform :mri do
gem "ruby-prof"
end
platform :mri_21 do
gem "simplecov"
end