mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
actually, just depend on it
This commit is contained in:
parent
7e068cc77d
commit
215ddad660
1 changed files with 2 additions and 2 deletions
|
@ -48,6 +48,6 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency('uglifier', ['~> 2.5'])
|
||||
s.add_dependency('execjs', ['~> 2.0'])
|
||||
|
||||
# Testings
|
||||
s.add_development_dependency('contracts', ['~> 0.4'])
|
||||
# Testing
|
||||
s.add_dependency('contracts', ['~> 0.4'])
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue