From 515be5f2644ac19517cd7e9e8d6e86136f27195d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 01:32:07 +0000 Subject: [PATCH] Bump github-linguist from 6.0.1 to 7.22.1 Bumps [github-linguist](https://github.com/github/linguist) from 6.0.1 to 7.22.1. - [Release notes](https://github.com/github/linguist/releases) - [Commits](https://github.com/github/linguist/compare/v6.0.1...v7.22.1) --- updated-dependencies: - dependency-name: github-linguist dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 22 ++++++++++------------ 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index d6f9946ad..9960a7caa 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'bugsnag', '~> 4.0' gem 'bundler', '~> 2' gem 'bundler-audit', '~> 0.6.1' gem 'faraday', '~> 0.9' -gem 'github-linguist', '~> 6.0.1' +gem 'github-linguist', '~> 7.22.1' gem 'safe_yaml', '~> 1.0' gem 'thor', '~> 0.19.4' gem 'toml', '~> 0.1.2' diff --git a/Gemfile.lock b/Gemfile.lock index b4e7ad91c..2863d2cb4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,30 +16,28 @@ GEM bundler (>= 1.2.0, < 3) thor (~> 0.18) byebug (11.0.1) - charlock_holmes (0.7.6) + cgi (0.1.1) + charlock_holmes (0.7.7) coderay (1.1.2) concurrent-ruby (1.1.5) crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.3) docile (1.1.5) - escape_utils (1.2.1) faraday (0.15.4) multipart-post (>= 1.2, < 3) - github-linguist (6.0.1) - charlock_holmes (~> 0.7.5) - escape_utils (~> 1.2.0) - mime-types (>= 1.19) - rugged (>= 0.25.1) + github-linguist (7.22.1) + cgi + charlock_holmes (~> 0.7.7) + mini_mime (~> 1.0) + rugged (~> 1.0) hashdiff (0.3.9) i18n (1.6.0) concurrent-ruby (~> 1.0) jaro_winkler (1.5.2) json (2.2.0) method_source (0.9.2) - mime-types (3.2.2) - mime-types-data (~> 3.2015) - mime-types-data (3.2019.0331) + mini_mime (1.1.2) minitest (5.11.3) multipart-post (2.0.0) parallel (1.17.0) @@ -78,7 +76,7 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.6) ruby-progressbar (1.10.0) - rugged (0.28.1) + rugged (1.5.0) safe_yaml (1.0.5) simplecov (0.15.1) docile (~> 1.1.0) @@ -107,7 +105,7 @@ DEPENDENCIES bundler (~> 2) bundler-audit (~> 0.6.1) faraday (~> 0.9) - github-linguist (~> 6.0.1) + github-linguist (~> 7.22.1) pry (~> 0.10) pry-byebug (~> 3.4) rspec (~> 3.4)