From 1aa86bd64a0ad26d7ea26afcd46dea867d343788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 09:05:15 +1000 Subject: [PATCH] Bump nokogiri from 1.12.4 to 1.12.5 (#2197) * Bump nokogiri from 1.12.4 to 1.12.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.4 to 1.12.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.12.4...v1.12.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * testing approval process * Update github_actions.yml * removing explicit dependancy of nokogiri as it is only required as a dependancy Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: wheatley --- Gemfile | 1 - Gemfile.lock | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 361552a24..6a7369194 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,6 @@ gem 'term-ansicolor', :require => 'term/ansicolor' gem 'json' gem 'rubyzip', '>= 1.2.2' gem 'espeak-ruby', '>= 1.0.4' # Text-to-Voice -gem 'nokogiri', '>= 1.11.1' gem 'rake', '>= 12.3.3' gem 'otr-activerecord', '>= 1.4.2' gem 'sqlite3' diff --git a/Gemfile.lock b/Gemfile.lock index 416cc2890..3192ba704 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,7 +105,7 @@ GEM naught (1.1.0) netrc (0.11.0) nio4r (2.5.8) - nokogiri (1.12.4) + nokogiri (1.12.5) mini_portile2 (~> 2.6.1) racc (~> 1.4) otr-activerecord (2.0.1)