Skip to content

Commit

Permalink
📌 standard 1.42.0 was a bad release
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Nov 16, 2024
1 parent 21d7957 commit eae611b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .rubocop_gradual.lock
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/style.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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: "../"

0 comments on commit eae611b

Please sign in to comment.