From 0714c82d78a267c78c2b3dd3549e9fae82d07378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2020 15:52:37 +0000 Subject: [PATCH 1/2] Bump activesupport from 6.0.2.1 to 6.0.3.1 Bumps [activesupport](https://github.com/rails/rails) from 6.0.2.1 to 6.0.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.3.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.2.1...v6.0.3.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ffa35cb..7e9a125 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,12 +2,12 @@ GEM remote: https://rubygems.org/ specs: RedCloth (4.2.9) - activesupport (6.0.2.1) + activesupport (6.0.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - zeitwerk (~> 2.2) + zeitwerk (~> 2.2, >= 2.2.2) addressable (2.4.0) blankslate (2.1.2.4) classifier-reborn (2.2.0) @@ -17,7 +17,7 @@ GEM execjs coffee-script-source (1.12.2) colorator (0.1) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.6) ethon (0.12.0) ffi (>= 1.3.0) execjs (2.7.0) @@ -104,7 +104,7 @@ GEM maruku (0.7.0) mercenary (0.3.6) mini_portile2 (2.4.0) - minitest (5.14.0) + minitest (5.14.1) multipart-post (2.1.1) net-dns (0.9.0) nokogiri (1.10.7) @@ -141,11 +141,11 @@ GEM parslet (~> 1.5.0) typhoeus (0.8.0) ethon (>= 0.8.0) - tzinfo (1.2.6) + tzinfo (1.2.7) thread_safe (~> 0.1) unicode-display_width (1.6.1) yajl-ruby (1.2.3) - zeitwerk (2.2.2) + zeitwerk (2.3.0) PLATFORMS ruby From d4911211a9be124f8090c8a88c93965583cdc8d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 14:30:31 +0000 Subject: [PATCH 2/2] Bump nokogiri from 1.10.7 to 1.12.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.7 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.10.7...v1.12.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7e9a125..b57e115 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,12 +103,13 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) maruku (0.7.0) mercenary (0.3.6) - mini_portile2 (2.4.0) + mini_portile2 (2.6.1) minitest (5.14.1) multipart-post (2.1.1) net-dns (0.9.0) - nokogiri (1.10.7) - mini_portile2 (~> 2.4.0) + nokogiri (1.12.5) + mini_portile2 (~> 2.6.1) + racc (~> 1.4) octokit (4.15.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) @@ -119,6 +120,7 @@ GEM pygments.rb (0.6.3) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.2.0) + racc (1.5.2) rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0)