haml--haml/Gemfile

15 lines
253 B
Ruby
Raw Normal View History

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