summaryrefslogtreecommitdiff
path: root/spec/bundler/support
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2022-07-17 07:48:35 +0000
committergit <svn-admin@ruby-lang.org>2022-07-17 18:27:00 +0900
commit5081d0dd5c366ebaee084fd67289bebe23ddb152 (patch)
treeabd49855593c62efb02cf3604efa009013138417 /spec/bundler/support
parentef2d673052ebc0c1d450c15286bc8fdee5381383 (diff)
downloadruby-5081d0dd5c366ebaee084fd67289bebe23ddb152.tar.gz
[rubygems/rubygems] bundler: fix typo in inline RuboCop config
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> https://github.com/rubygems/rubygems/commit/e11f5a143b
Diffstat (limited to 'spec/bundler/support')
-rw-r--r--spec/bundler/support/hax.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/support/hax.rb b/spec/bundler/support/hax.rb
index ff45bacaed..da67e8c5d1 100644
--- a/spec/bundler/support/hax.rb
+++ b/spec/bundler/support/hax.rb
@@ -15,7 +15,7 @@ module Gem
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"]