From eae611be6aef688036d1f97220bab9a80408d177 Mon Sep 17 00:00:00 2001 From: Peter Boling Date: Sun, 17 Nov 2024 06:53:27 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20standard=201.42.0=20was=20a=20ba?= =?UTF-8?q?d=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/standardrb/standard/pull/663 --- .rubocop_gradual.lock | 2 +- Gemfile | 2 +- Gemfile.lock | 8 ++++---- README.md | 2 +- gemfiles/style.gemfile | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.rubocop_gradual.lock b/.rubocop_gradual.lock index e0c2017..e5b3a95 100644 --- a/.rubocop_gradual.lock +++ b/.rubocop_gradual.lock @@ -1,5 +1,5 @@ { - "README.md:409247914": [ + "README.md:510125163": [ [232, 3, 100, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3592044714] ], "lib/omniauth/identity/model.rb:3893215304": [ diff --git a/Gemfile b/Gemfile index 7b57ce0..d466ef4 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem "rubocop-minitest" gem "rubocop-packaging", "~> 0.5", ">= 0.5.2" gem "rubocop-rspec", "~> 3.2" gem "rubocop-sequel" -gem "standard", ">= 1.35.1", "!= 1.41.1" +gem "standard", ">= 1.35.1", "!= 1.41.1", "!= 1.42.0" gem "reek" ### ORMs diff --git a/Gemfile.lock b/Gemfile.lock index 42acf47..da50df3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -218,7 +218,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.68.0) + rubocop (1.66.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -299,10 +299,10 @@ GEM sqlite3 (2.2.0-x86_64-darwin) sqlite3 (2.2.0-x86_64-linux-gnu) sqlite3 (2.2.0-x86_64-linux-musl) - standard (1.42.0) + standard (1.41.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.68.0) + rubocop (~> 1.66.0) standard-custom (~> 1.0.0) standard-performance (~> 1.5) standard-custom (1.0.2) @@ -384,7 +384,7 @@ DEPENDENCIES rubocop-sequel sequel (~> 5.86) sqlite3 (>= 1) - standard (>= 1.35.1, != 1.41.1) + standard (>= 1.35.1, != 1.42.0, != 1.41.1) stringio (~> 3.1, >= 3.1.2) test-unit (>= 3.0) yard (~> 0.9.34) diff --git a/README.md b/README.md index a1919e5..e57e9c4 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ basic construct for user management and then gets out of the way. To acquire the latest release from RubyGems, and add this gem to your `Gemfile`, run: ```ruby -bundle add omniauth-identity +bundle add(omniauth - identity) ``` If the git repository has new commits not yet in an official release, simply specify the repo instead: diff --git a/gemfiles/style.gemfile b/gemfiles/style.gemfile index 2a37046..68f4be3 100644 --- a/gemfiles/style.gemfile +++ b/gemfiles/style.gemfile @@ -15,6 +15,6 @@ gem "rubocop-minitest" gem "rubocop-packaging", "~> 0.5", ">= 0.5.2" gem "rubocop-rspec", "~> 3.2" gem "rubocop-sequel" -gem "standard", ">= 1.35.1", "!= 1.41.1" +gem "standard", ">= 1.35.1", "!= 1.41.1", "!= 1.42.0" gemspec path: "../"