From 512043d911f4f094c5298ae1fbf1960ad87305f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 17:02:46 +0000 Subject: [PATCH] Bump standard from 1.12.0 to 1.18.1 Bumps [standard](https://github.com/testdouble/standard) from 1.12.0 to 1.18.1. - [Release notes](https://github.com/testdouble/standard/releases) - [Changelog](https://github.com/testdouble/standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/testdouble/standard/compare/v1.12.0...v1.18.1) --- updated-dependencies: - dependency-name: standard dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 26 ++++++++++++++------------ 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 83f2421..abbe8e9 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ group :development, :test do gem "dotenv-rails", "~> 2.7" # .env files # Start debugger with binding.b [https://github.com/ruby/debug] gem "debug", ">= 1.0.0" - gem "standard", "1.12.0" + gem "standard", "1.18.1" gem "vcr", "~> 6.0" end diff --git a/Gemfile.lock b/Gemfile.lock index ecda0d3..b9acfbf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -143,6 +143,7 @@ GEM irb (1.4.1) reline (>= 0.3.0) jmespath (1.6.0) + json (2.6.2) jwt (2.3.0) loofah (2.14.0) crass (~> 1.0.2) @@ -177,7 +178,7 @@ GEM nokogiri (1.13.3-x86_64-linux) racc (~> 1.4) parallel (1.22.1) - parser (3.1.2.0) + parser (3.1.3.0) ast (~> 2.4.1) pg (1.3.2) public_suffix (4.0.6) @@ -213,22 +214,23 @@ GEM zeitwerk (~> 2.5) rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.4.0) + regexp_parser (2.6.1) reline (0.3.1) io-console (~> 0.5) rexml (3.2.5) - rubocop (1.29.0) + rubocop (1.39.0) + json (~> 2.3) parallel (~> 1.10) - parser (>= 3.1.0.0) + parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.17.0, < 2.0) + rubocop-ast (>= 1.23.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.17.0) + rubocop-ast (1.24.0) parser (>= 3.1.1.0) - rubocop-performance (1.13.3) + rubocop-performance (1.15.1) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) ruby-progressbar (1.11.0) @@ -243,9 +245,9 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - standard (1.12.0) - rubocop (= 1.29.0) - rubocop-performance (= 1.13.3) + standard (1.18.1) + rubocop (= 1.39.0) + rubocop-performance (= 1.15.1) strscan (3.0.1) thor (1.2.1) timeout (0.2.0) @@ -256,7 +258,7 @@ GEM tzinfo (2.0.4) concurrent-ruby (~> 1.0) ulid (1.3.0) - unicode-display_width (2.1.0) + unicode-display_width (2.3.0) validate_url (1.0.13) activemodel (>= 3.0.0) public_suffix @@ -284,7 +286,7 @@ DEPENDENCIES pg (~> 1.3) sanitize (~> 6.0) sprockets-rails - standard (= 1.12.0) + standard (= 1.18.1) twilio-ruby (~> 5.64) ulid (~> 1.3) validate_url (~> 1.0)