mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
8bb6c1a988
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/
15 lines
183 B
Ruby
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
|