Skip to content

Commit e507072

Browse files
Merge pull request #3052 from faker-ruby/sb-bump-rubocop-minitest
Bump rubocop-minitest and fix rubocop's offense
2 parents 1fd67e9 + 73ea7b2 commit e507072

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem 'minitest', '5.25.4'
1010
gem 'pry', '0.15.2'
1111
gem 'rake', '13.2.1'
1212
gem 'rubocop', '1.73.0'
13-
gem 'rubocop-minitest', '0.36.0'
13+
gem 'rubocop-minitest', '0.37.0'
1414
gem 'rubocop-rake', '0.6.0'
1515
gem 'simplecov', '0.22.0'
1616
gem 'test-unit', '3.6.7'

Gemfile.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ GEM
4444
unicode-display_width (>= 2.4.0, < 4.0)
4545
rubocop-ast (1.38.1)
4646
parser (>= 3.3.1.0)
47-
rubocop-minitest (0.36.0)
47+
rubocop-minitest (0.37.0)
48+
lint_roller (~> 1.1)
4849
rubocop (>= 1.61, < 2.0)
49-
rubocop-ast (>= 1.31.1, < 2.0)
50+
rubocop-ast (>= 1.38.0, < 2.0)
5051
rubocop-rake (0.6.0)
5152
rubocop (~> 1.0)
5253
ruby-progressbar (1.13.0)
@@ -75,7 +76,7 @@ DEPENDENCIES
7576
pry (= 0.15.2)
7677
rake (= 13.2.1)
7778
rubocop (= 1.73.0)
78-
rubocop-minitest (= 0.36.0)
79+
rubocop-minitest (= 0.37.0)
7980
rubocop-rake (= 0.6.0)
8081
simplecov (= 0.22.0)
8182
test-unit (= 3.6.7)

lib/helpers/deprecator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def self.skip_warning
103103
end
104104

105105
def self.skip_warning?
106-
skip == true
106+
@skip == true
107107
end
108108

109109
def self.skip

0 commit comments

Comments
 (0)