From 42599ccec400e076567317c3089bb74298445189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 May 2022 21:46:03 +0000 Subject: [PATCH] Bump neat from 1.7.4 to 3.0.1 Bumps [neat](https://github.com/thoughtbot/neat) from 1.7.4 to 3.0.1. - [Release notes](https://github.com/thoughtbot/neat/releases) - [Changelog](https://github.com/thoughtbot/neat/blob/master/CHANGELOG.md) - [Commits](https://github.com/thoughtbot/neat/compare/v1.7.4...v3.0.1) --- updated-dependencies: - dependency-name: neat dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index c2a0ecd..c169d1b 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'jekyll-babel', '~>1.1.0' gem 'jekyll-paginate', '~>1.1.0' gem 'jekyll', '~>3.9.0' gem 'json', '~> 2.3' -gem 'neat', '~> 1.7.1' +gem 'neat', '~> 3.0.1' gem 'nokogiri', '~> 1.13.4' gem 'rouge', '~> 2.2.1' gem 'therubyracer', '~>0.12.3' diff --git a/Gemfile.lock b/Gemfile.lock index cc33271..4512d0e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,9 +83,9 @@ GEM method_source (1.0.0) mini_portile2 (2.8.0) multipart-post (2.1.1) - neat (1.7.4) - bourbon (>= 4.0) - sass (>= 3.3) + neat (3.0.1) + sass (~> 3.4) + thor (~> 0.19) nokogiri (1.13.4) mini_portile2 (~> 2.8.0) racc (~> 1.4) @@ -133,7 +133,7 @@ DEPENDENCIES json (~> 2.3) kramdown (~> 2.3.1) kramdown-parser-gfm (~> 1.1.0) - neat (~> 1.7.1) + neat (~> 3.0.1) nokogiri (~> 1.13.4) pry rouge (~> 2.2.1)