File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ gem 'benchmark'
99gem 'minitest' , '5.25.1'
1010gem 'pry' , '0.14.2'
1111gem 'rake' , '13.2.1'
12- gem 'rubocop' , '1.66.1 '
12+ gem 'rubocop' , '1.67.0 '
1313gem 'rubocop-minitest' , '0.36.0'
1414gem 'rubocop-rake' , '0.6.0'
1515gem 'simplecov' , '0.22.0'
Original file line number Diff line number Diff line change 3030 rainbow (3.1.1 )
3131 rake (13.2.1 )
3232 regexp_parser (2.9.2 )
33- rubocop (1.66.1 )
33+ rubocop (1.67.0 )
3434 json (~> 2.3 )
3535 language_server-protocol (>= 3.17.0 )
3636 parallel (~> 1.10 )
@@ -70,7 +70,7 @@ DEPENDENCIES
7070 minitest (= 5.25.1 )
7171 pry (= 0.14.2 )
7272 rake (= 13.2.1 )
73- rubocop (= 1.66.1 )
73+ rubocop (= 1.67.0 )
7474 rubocop-minitest (= 0.36.0 )
7575 rubocop-rake (= 0.6.0 )
7676 simplecov (= 0.22.0 )
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ def regexify(reg)
107107 # with an array of values and selecting one of them.
108108 def fetch ( key )
109109 fetched = sample ( translate ( "faker.#{ key } " ) )
110- if fetched &.match ( %r{^/} ) && fetched & .match ( %r{/$} ) # A regex
110+ if fetched &.match ( %r{^/} ) && fetched . match ( %r{/$} ) # A regex
111111 regexify ( fetched )
112112 else
113113 fetched
You can’t perform that action at this time.
0 commit comments