Skip to content

Commit

Permalink
[rubygems/rubygems] bundler: fix typo in inline RuboCop config
Browse files Browse the repository at this point in the history
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>

rubygems/rubygems@e11f5a143b
  • Loading branch information
tnir authored and matzbot committed Jul 17, 2022
1 parent ef2d673 commit 5081d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/bundler/support/hax.rb
Expand Up @@ -15,7 +15,7 @@ def self.ruby=(ruby)
end

if ENV["BUNDLER_SPEC_WINDOWS"]
@@win_platform = true # rubocop:disable Sryle/ClassVars
@@win_platform = true # rubocop:disable Style/ClassVars
end

if ENV["BUNDLER_SPEC_PLATFORM"]
Expand Down

0 comments on commit 5081d0d

Please sign in to comment.