Skip to content

Commit

Permalink
Tried updating all Gemfile.locks manually to have updated nokogiri li…
Browse files Browse the repository at this point in the history
…brary.
  • Loading branch information
sfisher committed Jan 10, 2020
1 parent 6473d42 commit a85d607
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions stash/script/counter-uploader/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ GEM
faraday-encoding (~> 0.0.1)
faraday_middleware (~> 0.10.0)
multi_json (~> 1.12)
nokogiri (~> 1.6, >= 1.6.8)
nokogiri (>= 1.10.7)
nokogiri (>= 1.10.7)
oj (>= 2.8.3)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
Expand All @@ -42,7 +43,7 @@ GEM
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
nokogiri (1.10.3)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
oj (3.7.11)
public_suffix (3.1.1)
Expand Down

0 comments on commit a85d607

Please sign in to comment.