From 7d567ba2c35c4e6b94503d77b47a0030153aa5fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 08:18:16 +0000 Subject: [PATCH] Bump nokogiri from 1.10.4 to 1.10.8 in /Calculator-LTI Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.10.8. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.4...v1.10.8) Signed-off-by: dependabot[bot] --- Calculator-LTI/Gemfile | 2 +- Calculator-LTI/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Calculator-LTI/Gemfile b/Calculator-LTI/Gemfile index aa84986..c60e459 100644 --- a/Calculator-LTI/Gemfile +++ b/Calculator-LTI/Gemfile @@ -30,7 +30,7 @@ gem 'jbuilder', '~> 2.5' # Use ActiveModel has_secure_password # gem 'bcrypt', '~> 3.1.7' # Nokogiri is an open source software library to parse HTML and XML in Ruby. Explicitly updated to counter security vulnerability. -gem 'nokogiri', '~> 1.10.4' +gem 'nokogiri', '~> 1.10.8' # Use Capistrano for deployment # gem 'capistrano-rails', group: :development diff --git a/Calculator-LTI/Gemfile.lock b/Calculator-LTI/Gemfile.lock index 48cf2e7..da5840c 100644 --- a/Calculator-LTI/Gemfile.lock +++ b/Calculator-LTI/Gemfile.lock @@ -94,7 +94,7 @@ GEM minitest (5.10.3) multi_json (1.12.2) nio4r (2.1.0) - nokogiri (1.10.4) + nokogiri (1.10.8) mini_portile2 (~> 2.4.0) oauth (0.5.3) public_suffix (3.0.0) @@ -194,7 +194,7 @@ DEPENDENCIES ims-lti (~> 1.1.8) jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) - nokogiri (~> 1.10.4) + nokogiri (~> 1.10.8) puma (~> 4.3) rails (~> 5.1.4) sass-rails (~> 5.0)