Skip to content
This repository was archived by the owner on Apr 24, 2018. It is now read-only.

Commit 4bb7ef2

Browse files
committed
Add Hashie as dependency
1 parent 7f54649 commit 4bb7ef2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

faces.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
1818
spec.require_paths = ["lib"]
1919

2020
spec.add_dependency 'rack'
21+
spec.add_dependency 'hashie', ['>= 1.2', '< 3']
2122
spec.add_development_dependency 'bundler', '~> 1.3'
2223
spec.add_development_dependency 'rake'
2324
end

0 commit comments

Comments
 (0)