diff options
author | Brett Walker <bwalker@gitlab.com> | 2019-01-17 10:35:18 -0600 |
---|---|---|
committer | Brett Walker <bwalker@gitlab.com> | 2019-01-17 10:35:18 -0600 |
commit | 800220bd72be92cae212ab86cd1fc7abe6fa23e1 (patch) | |
tree | 2cf61415aa2c9537f839d91a1feff79ff75ca5ba /Gemfile.lock | |
parent | 7e900ed8569aff9fc549e95b6271c3d578acbd51 (diff) | |
download | gitlab-ce-800220bd72be92cae212ab86cd1fc7abe6fa23e1.tar.gz |
Update to nokogiri 1.10.1
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index a180a459eba..aed88b5de47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -477,7 +477,7 @@ GEM net-ssh (5.0.1) netrc (0.11.0) nio4r (2.3.1) - nokogiri (1.10.0) + nokogiri (1.10.1) mini_portile2 (~> 2.4.0) nokogumbo (1.5.0) nokogiri @@ -1059,7 +1059,7 @@ DEPENDENCIES nakayoshi_fork (~> 0.0.4) net-ldap net-ssh (~> 5.0) - nokogiri (~> 1.10.0) + nokogiri (~> 1.10.1) oauth2 (~> 1.4) octokit (~> 4.9) omniauth (~> 1.8) |