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

18 lines
326 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
2015-11-07 03:51:17 -05:00
# maintain compatibility against master
gem 'haml', github: 'haml/haml'
gem 'benchmark-ips', '2.3.0'
2015-10-11 05:31:58 -04:00
gem 'lineprof'
2015-10-30 22:47:36 -04:00
gem 'stackprof'
2015-10-11 20:37:56 -04:00
gem 'minitest-line'
2015-10-23 13:17:12 -04:00
gem 'pry-byebug'
2015-11-02 23:35:24 -05:00
if File.exist?('hamlit1')
gem 'hamlit1', path: 'hamlit1'
end