Skip to content

Commit

Permalink
💎 add nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
kokuyouwind committed Dec 5, 2018
1 parent cc8b5c5 commit b255e92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile.lock
Expand Up @@ -4,6 +4,7 @@ PATH
wataridori (0.1.0)
esa (~> 1.13.1)
hashie (~> 3.6.0)
nokogiri (~> 1.8.5)

GEM
remote: https://rubygems.org/
Expand All @@ -17,16 +18,19 @@ GEM
faraday_middleware
mime-types (~> 2.6)
multi_xml (~> 0.5.5)
faraday (0.15.3)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
hashie (3.6.0)
jaro_winkler (1.5.1)
method_source (0.9.2)
mime-types (2.99.3)
mini_portile2 (2.3.0)
multi_xml (0.5.5)
multipart-post (2.0.0)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
parallel (1.12.1)
parser (2.5.3.0)
ast (~> 2.4.0)
Expand Down
1 change: 1 addition & 0 deletions wataridori.gemspec
Expand Up @@ -32,4 +32,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop'
spec.add_dependency 'esa', '~> 1.13.1'
spec.add_dependency 'hashie', '~> 3.6.0'
spec.add_dependency 'nokogiri', '~> 1.8.5'
end

0 comments on commit b255e92

Please sign in to comment.