1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/Gemfile
2015-11-23 02:53:56 +09:00

20 lines
362 B
Ruby

source 'https://rubygems.org'
# Specify your gem's dependencies in hamlit.gemspec
gemspec
# maintain compatibility against master
gem 'haml', github: 'haml/haml'
gem 'benchmark-ips', '2.3.0'
gem 'minitest-line'
gem 'pry-byebug'
if File.exist?('hamlit1')
gem 'hamlit1', path: 'hamlit1'
end
if RUBY_VERSION >= '2.1.0'
gem 'lineprof'
gem 'stackprof'
end