mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 09:18:29 +00:00
Update bundler to fix nokogiri vulnerability warning (#1271)
Summary: Ran `bundler update`. jessesquires is this all that's required to clear vulnerability warnings? Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1271 Differential Revision: D12893429 Pulled By: rnystrom fbshipit-source-id: 57c8c4b6fe6de062383f809854485c6505180393
This commit is contained in:
parent
c3ae2906c9
commit
1bba448a5b
1 changed files with 29 additions and 27 deletions
56
Gemfile.lock
56
Gemfile.lock
|
|
@ -9,6 +9,7 @@ GEM
|
|||
tzinfo (~> 1.1)
|
||||
addressable (2.5.2)
|
||||
public_suffix (>= 2.0.2, < 4.0)
|
||||
atomos (0.1.3)
|
||||
claide (1.0.2)
|
||||
claide-plugins (0.9.2)
|
||||
cork
|
||||
|
|
@ -39,12 +40,12 @@ GEM
|
|||
fuzzy_match (~> 2.0.4)
|
||||
nap (~> 1.0)
|
||||
cocoapods-deintegrate (1.0.2)
|
||||
cocoapods-downloader (1.1.3)
|
||||
cocoapods-downloader (1.2.2)
|
||||
cocoapods-plugins (1.0.0)
|
||||
nap
|
||||
cocoapods-search (1.0.0)
|
||||
cocoapods-stats (1.0.0)
|
||||
cocoapods-trunk (1.3.0)
|
||||
cocoapods-trunk (1.3.1)
|
||||
nap (>= 0.8, < 2.0)
|
||||
netrc (~> 0.11)
|
||||
cocoapods-try (1.1.0)
|
||||
|
|
@ -52,14 +53,14 @@ GEM
|
|||
concurrent-ruby (1.0.5)
|
||||
cork (0.3.0)
|
||||
colored2 (~> 3.1)
|
||||
danger (5.5.9)
|
||||
danger (5.7.1)
|
||||
claide (~> 1.0)
|
||||
claide-plugins (>= 0.9.2)
|
||||
colored2 (~> 3.1)
|
||||
cork (~> 0.1)
|
||||
faraday (~> 0.9)
|
||||
faraday-http-cache (~> 1.0)
|
||||
git (~> 1)
|
||||
git (~> 1.5)
|
||||
kramdown (~> 1.5)
|
||||
no_proxy_fix
|
||||
octokit (~> 4.7)
|
||||
|
|
@ -69,55 +70,56 @@ GEM
|
|||
rake (> 10)
|
||||
thor (~> 0.19)
|
||||
escape (0.0.4)
|
||||
faraday (0.14.0)
|
||||
faraday (0.15.3)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
faraday-http-cache (1.3.1)
|
||||
faraday (~> 0.8)
|
||||
fourflusher (2.0.1)
|
||||
fuzzy_match (2.0.4)
|
||||
gh_inspector (1.0.3)
|
||||
git (1.3.0)
|
||||
i18n (0.9.3)
|
||||
gh_inspector (1.1.3)
|
||||
git (1.5.0)
|
||||
i18n (0.9.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
kramdown (1.16.2)
|
||||
mini_portile2 (2.1.0)
|
||||
kramdown (1.17.0)
|
||||
mini_portile2 (2.3.0)
|
||||
minitest (5.11.3)
|
||||
molinillo (0.6.4)
|
||||
molinillo (0.6.6)
|
||||
multipart-post (2.0.0)
|
||||
nanaimo (0.2.3)
|
||||
nanaimo (0.2.6)
|
||||
nap (1.1.0)
|
||||
netrc (0.11.0)
|
||||
no_proxy_fix (0.1.2)
|
||||
nokogiri (1.6.8.1)
|
||||
mini_portile2 (~> 2.1.0)
|
||||
octokit (4.8.0)
|
||||
nokogiri (1.8.5)
|
||||
mini_portile2 (~> 2.3.0)
|
||||
octokit (4.13.0)
|
||||
sawyer (~> 0.8.0, >= 0.5.3)
|
||||
open4 (1.3.4)
|
||||
public_suffix (3.0.1)
|
||||
rake (12.3.0)
|
||||
public_suffix (3.0.3)
|
||||
rake (12.3.1)
|
||||
rouge (2.0.7)
|
||||
ruby-macho (1.1.0)
|
||||
ruby-macho (1.3.1)
|
||||
sawyer (0.8.1)
|
||||
addressable (>= 2.3.5, < 2.6)
|
||||
faraday (~> 0.8, < 1.0)
|
||||
slather (2.4.4)
|
||||
slather (2.4.6)
|
||||
CFPropertyList (~> 2.2)
|
||||
activesupport (>= 4.0.2, < 5)
|
||||
activesupport (>= 4.0.2)
|
||||
clamp (~> 0.6)
|
||||
nokogiri (>= 1.6, < 1.7)
|
||||
nokogiri (~> 1.8.2)
|
||||
xcodeproj (~> 1.4)
|
||||
terminal-table (1.8.0)
|
||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||
thor (0.20.0)
|
||||
thread_safe (0.3.6)
|
||||
tzinfo (1.2.4)
|
||||
tzinfo (1.2.5)
|
||||
thread_safe (~> 0.1)
|
||||
unicode-display_width (1.3.0)
|
||||
xcodeproj (1.5.4)
|
||||
CFPropertyList (~> 2.3.3)
|
||||
unicode-display_width (1.4.0)
|
||||
xcodeproj (1.7.0)
|
||||
CFPropertyList (>= 2.3.3, < 4.0)
|
||||
atomos (~> 0.1.3)
|
||||
claide (>= 1.0.2, < 2.0)
|
||||
colored2 (~> 3.1)
|
||||
nanaimo (~> 0.2.3)
|
||||
nanaimo (~> 0.2.6)
|
||||
xcpretty (0.2.8)
|
||||
rouge (~> 2.0.7)
|
||||
|
||||
|
|
@ -132,4 +134,4 @@ DEPENDENCIES
|
|||
xcpretty (~> 0.2.8)
|
||||
|
||||
BUNDLED WITH
|
||||
1.16.1
|
||||
1.17.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue