Hamlit is compatible against Haml 4.1.0.beta.1

This commit is contained in:
Takashi Kokubun 2016-02-06 11:42:18 +09:00
parent 2fc7f292fd
commit 407e785cf3
2 changed files with 1 additions and 3 deletions

View File

@ -3,9 +3,6 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in hamlit.gemspec
gemspec
# maintain compatibility against master
gem 'haml', git: 'https://github.com/haml/haml'
gem 'benchmark-ips', '2.3.0'
gem 'minitest-line'
gem 'pry-byebug'

View File

@ -27,6 +27,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'coffee-script'
spec.add_development_dependency 'erubis'
spec.add_development_dependency 'haml', '4.1.0.beta.1'
spec.add_development_dependency 'less'
spec.add_development_dependency 'minitest-reporters', '~> 1.1'
spec.add_development_dependency 'rails', '>= 4.0.0'