mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Remove dependency that is no longer useful (#2136)
This commit is contained in:
parent
15fe7fb3d9
commit
cc2df8468a
2 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
require 'yaml'
|
||||
require 'json'
|
||||
require 'pathname'
|
||||
require 'backports/2.1.0/array/to_h'
|
||||
require 'hashie'
|
||||
require 'memoist'
|
||||
|
||||
|
|
|
@ -58,5 +58,4 @@ Gem::Specification.new do |s|
|
|||
# Hash stuff
|
||||
s.add_dependency('hashie', ['~> 3.4'])
|
||||
s.add_dependency('hamster', ['~> 3.0'])
|
||||
s.add_dependency('backports', ['~> 3.6'])
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue