diff --git a/Gemfile.lock b/Gemfile.lock index 4b56689..35e50b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,6 @@ PATH manifique (0.1.0) faraday (~> 0.9.2, < 0.10.0) faraday_middleware (~> 0.12.2) - nitlink (~> 1.1) nokogiri (~> 1.8) GEM @@ -46,7 +45,6 @@ GEM mini_portile2 (2.3.0) multipart-post (2.0.0) nenv (0.3.0) - nitlink (1.1.0) nokogiri (1.8.4) mini_portile2 (~> 2.3.0) notiffany (0.1.1) diff --git a/manifique.gemspec b/manifique.gemspec index f69d71c..dd210d9 100644 --- a/manifique.gemspec +++ b/manifique.gemspec @@ -33,5 +33,4 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "faraday", "~> 0.9.2", "< 0.10.0" spec.add_runtime_dependency "faraday_middleware", "~> 0.12.2" spec.add_runtime_dependency "nokogiri", "~> 1.8" - spec.add_runtime_dependency "nitlink", "~> 1.1" end