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

10 lines
173 B
Text
Raw Normal View History

2015-10-06 08:21:20 -04:00
source 'https://rubygems.org'
# Specify your gem's dependencies in hamlit.gemspec
gemspec
2015-10-06 10:21:36 -04:00
gem 'benchmark-ips', '2.3.0'
2015-10-11 05:31:58 -04:00
gem 'lineprof'
2015-10-11 20:37:56 -04:00
gem 'minitest-line'
2015-10-23 13:17:12 -04:00
gem 'pry-byebug'