From 439a4eb6d02e9840ac232e1c9fdd1ef792e8e52b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 13:00:50 +0000 Subject: [PATCH] Bump bourbon from 4.2.7 to 7.3.0 Bumps [bourbon](https://github.com/thoughtbot/bourbon) from 4.2.7 to 7.3.0. - [Release notes](https://github.com/thoughtbot/bourbon/releases) - [Changelog](https://github.com/thoughtbot/bourbon/blob/main/CHANGELOG.md) - [Commits](https://github.com/thoughtbot/bourbon/compare/v4.2.7...v7.3.0) --- updated-dependencies: - dependency-name: bourbon dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index b1389a1..5df8822 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem 'bourbon', '~> 4.2.1' +gem 'bourbon', '~> 7.3.0' gem 'jekyll-babel', '~>1.1.0' gem 'jekyll-paginate', '~>1.1.0' gem 'jekyll', '~>3.9.0' diff --git a/Gemfile.lock b/Gemfile.lock index 1638f82..0a383a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,9 +7,8 @@ GEM babel-transpiler (0.7.0) babel-source (>= 4.0, < 6) execjs (~> 2.0) - bourbon (4.2.7) - sass (~> 3.4) - thor (~> 0.19) + bourbon (7.3.0) + thor (~> 1.0) coderay (1.1.3) colorator (1.1.0) concurrent-ruby (1.1.10) @@ -99,7 +98,7 @@ GEM method_source (~> 1.0) public_suffix (4.0.7) racc (1.6.0) - rb-fsevent (0.11.1) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) ref (2.0.0) @@ -119,13 +118,13 @@ GEM therubyracer (0.12.3) libv8 (~> 3.16.14.15) ref - thor (0.20.3) + thor (1.2.1) PLATFORMS ruby DEPENDENCIES - bourbon (~> 4.2.1) + bourbon (~> 7.3.0) jekyll (~> 3.9.0) jekyll-babel (~> 1.1.0) jekyll-github-metadata (~> 2.14)