mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Don't depend on haml-contrib in tests.
I recently added a rescue from LoadError if the Maruku and Textile filters from haml-contrib aren't available. Since we don't test those filters here, there's no longer any need to depend on haml-contrib even for development. See issue #551 [ci skip]
This commit is contained in:
parent
c99b7a9fc2
commit
50a5291849
1 changed files with 0 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -1,8 +1,6 @@
|
|||
source :rubygems
|
||||
gemspec
|
||||
|
||||
gem "haml-contrib", :path => "vendor/haml-contrib"
|
||||
|
||||
platform :mri do
|
||||
gem "ruby-prof"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue