From 58afb5411ef99de4bb5834ab25791218c22676b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 22:51:04 +0000 Subject: [PATCH] Bump addressable from 2.5.1 to 2.8.1 in /stats385_2017 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.1 to 2.8.1. - [Release notes](https://github.com/sporkmonger/addressable/releases) - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.5.1...addressable-2.8.1) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- stats385_2017/Gemfile.lock | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) mode change 100755 => 100644 stats385_2017/Gemfile.lock diff --git a/stats385_2017/Gemfile.lock b/stats385_2017/Gemfile.lock old mode 100755 new mode 100644 index a017957..bab65d1 --- a/stats385_2017/Gemfile.lock +++ b/stats385_2017/Gemfile.lock @@ -7,11 +7,22 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.5.1) - public_suffix (~> 2.0, >= 2.0.2) + activesupport (7.0.4) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) colorator (1.1.0) + concurrent-ruby (1.1.10) ffi (1.9.18) forwardable-extended (2.6.0) + html-pipeline (2.14.2) + activesupport (>= 2) + nokogiri (>= 1.4) + i18n (1.12.0) + concurrent-ruby (~> 1.0) jekyll (3.4.3) addressable (~> 2.4) colorator (~> 1.0) @@ -23,6 +34,9 @@ GEM pathutil (~> 0.9) rouge (~> 1.7) safe_yaml (~> 1.0) + jekyll-mentions (1.4.1) + html-pipeline (~> 2.3) + jekyll (~> 3.0) jekyll-sass-converter (1.5.0) sass (~> 3.4) jekyll-watch (1.5.0) @@ -33,20 +47,29 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) mercenary (0.3.6) + mini_portile2 (2.8.0) + minitest (5.16.3) + nokogiri (1.13.8) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) pathutil (0.14.0) forwardable-extended (~> 2.6) - public_suffix (2.0.5) + public_suffix (5.0.0) + racc (1.6.0) rb-fsevent (0.9.8) rb-inotify (0.9.8) ffi (>= 0.5.0) rouge (1.11.1) safe_yaml (1.0.4) sass (3.4.24) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) PLATFORMS ruby DEPENDENCIES + jekyll-mentions jekyll-theme-cayman! BUNDLED WITH