From c446c00f6fea26f066be1ca819f8eb46bb2a40fc Mon Sep 17 00:00:00 2001 From: Kristina Spurgin Date: Sat, 24 Aug 2024 21:39:15 -0400 Subject: [PATCH] Use almost-standard 1.0.0 --- Gemfile | 2 +- Gemfile.lock | 57 +++++++++++++++++++++++----------------------------- 2 files changed, 26 insertions(+), 33 deletions(-) diff --git a/Gemfile b/Gemfile index 9b10746e..05af829f 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" gem "almost_standard", github: "kspurgin/almost_standard", - branch: "main", + tag: "1.0.0", group: :development gemspec diff --git a/Gemfile.lock b/Gemfile.lock index 608b4118..397e67c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GIT remote: https://github.com/kspurgin/almost_standard.git - revision: c6e6b70f8cef16c50502f52a34f73b01ad88211a - branch: main + revision: 418bea721ba1c0144d55f2588a4120c1eb4d4b1c + tag: 1.0.0 specs: - almost_standard (0.1.3) + almost_standard (1.0.0) bundler rubocop rubocop-rspec @@ -36,7 +36,6 @@ GEM addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) - base64 (0.1.1) chronic (0.10.2) coderay (1.1.3) collectionspace-client (0.15.0) @@ -86,8 +85,8 @@ GEM racc (~> 1.4) nokogiri (1.14.2-x86_64-linux) racc (~> 1.4) - parallel (1.23.0) - parser (3.2.2.3) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pry (0.14.2) @@ -102,7 +101,7 @@ GEM rdoc (6.5.0) psych (>= 4.0.0) redis (4.2.5) - regexp_parser (2.8.1) + regexp_parser (2.9.2) reline (0.3.8) io-console (~> 0.5) rexml (3.2.6) @@ -119,31 +118,24 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.56.1) - base64 (~> 0.1.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.1, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) - parser (>= 3.2.1.0) - rubocop-capybara (2.18.0) - rubocop (~> 1.41) - rubocop-factory_bot (2.23.1) - rubocop (~> 1.33) - rubocop-performance (1.19.0) - rubocop (>= 1.7.0, < 2.0) - rubocop-ast (>= 0.4.0) - rubocop-rspec (2.23.2) - rubocop (~> 1.33) - rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) + rubocop-ast (1.32.1) + parser (>= 3.3.1.0) + rubocop-performance (1.21.1) + rubocop (>= 1.48.1, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) + rubocop-rspec (3.0.4) + rubocop (~> 1.61) ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) @@ -151,23 +143,23 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - standard (1.31.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.56.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) - standard-performance (~> 1.2) + standard-performance (~> 1.4) standard-custom (1.0.2) lint_roller (~> 1.0) rubocop (~> 1.50) - standard-performance (1.2.0) + standard-performance (1.4.0) lint_roller (~> 1.1) - rubocop-performance (~> 1.19.0) + rubocop-performance (~> 1.21.0) stringio (3.0.8) thread_safe (0.3.6) tzinfo (1.2.10) thread_safe (~> 0.1) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) vcr (6.1.0) webmock (3.18.1) addressable (>= 2.8.0) @@ -179,6 +171,7 @@ GEM PLATFORMS x86_64-darwin-20 + x86_64-darwin-22 x86_64-linux DEPENDENCIES @@ -193,4 +186,4 @@ DEPENDENCIES webmock BUNDLED WITH - 2.4.8 + 2.4.1