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

15 lines
253 B
Text
Raw Normal View History

2015-10-06 21:21:20 +09:00
source 'https://rubygems.org'
# Specify your gem's dependencies in hamlit.gemspec
gemspec
2015-10-06 23:21:36 +09:00
gem 'benchmark-ips', '2.3.0'
2015-10-11 18:31:58 +09:00
gem 'lineprof'
2015-10-31 11:47:36 +09:00
gem 'stackprof'
2015-10-12 09:37:56 +09:00
gem 'minitest-line'
2015-10-24 02:17:12 +09:00
gem 'pry-byebug'
2015-11-03 13:35:24 +09:00
if File.exist?('hamlit1')
gem 'hamlit1', path: 'hamlit1'
end