From 8a5c316868a95f8b861c3769030687060a8be46f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 02:27:31 +0000 Subject: [PATCH] Bump nokogiri from 1.5.9 to 1.13.4 in /ruby/twitter Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.5.9 to 1.13.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.13.4/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.5.9...v1.13.4) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- ruby/twitter/Gemfile.lock | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ruby/twitter/Gemfile.lock b/ruby/twitter/Gemfile.lock index 44a7361..203b1f3 100644 --- a/ruby/twitter/Gemfile.lock +++ b/ruby/twitter/Gemfile.lock @@ -15,12 +15,16 @@ GEM ntlm-http (~> 0.1, >= 0.1.1) webrobots (>= 0.0.9, < 0.2) mime-types (1.22) + mini_portile2 (2.8.0) multi_json (1.7.2) multipart-post (1.2.0) net-http-digest_auth (1.3) net-http-persistent (2.8) - nokogiri (1.5.9) + nokogiri (1.13.4) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) ntlm-http (0.1.1) + racc (1.6.0) simple_oauth (0.2.0) twitter (4.6.2) faraday (~> 0.8, < 0.10)