mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
13 lines
241 B
Ruby
13 lines
241 B
Ruby
source 'https://rubygems.org'
|
|
|
|
# Specify your gem's dependencies in hamlit.gemspec
|
|
gemspec
|
|
|
|
gem 'benchmark-ips', '2.3.0'
|
|
gem 'minitest-line'
|
|
gem 'pry-byebug'
|
|
|
|
if RUBY_PLATFORM !~ /mswin|mingw|bccwin|wince/
|
|
gem 'faml'
|
|
gem 'stackprof'
|
|
end
|