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 /qa/Gemfile.lock | |
parent | 7e900ed8569aff9fc549e95b6271c3d578acbd51 (diff) | |
download | gitlab-ce-800220bd72be92cae212ab86cd1fc7abe6fa23e1.tar.gz |
Update to nokogiri 1.10.1
Diffstat (limited to 'qa/Gemfile.lock')
-rw-r--r-- | qa/Gemfile.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock index 55f3211482b..419cacdb2af 100644 --- a/qa/Gemfile.lock +++ b/qa/Gemfile.lock @@ -44,11 +44,11 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) mini_mime (1.0.0) - mini_portile2 (2.3.0) + mini_portile2 (2.4.0) minitest (5.11.1) netrc (0.11.0) - nokogiri (1.8.5) - mini_portile2 (~> 2.3.0) + nokogiri (1.10.1) + mini_portile2 (~> 2.4.0) pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -97,7 +97,7 @@ DEPENDENCIES airborne (~> 0.2.13) capybara (~> 2.16.1) capybara-screenshot (~> 1.0.18) - nokogiri (~> 1.8.5) + nokogiri (~> 1.10.0) pry-byebug (~> 3.5.1) rake (~> 12.3.0) rspec (~> 3.7) |