File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
rake (13.0.6 )
28
28
regexp_parser (2.1.1 )
29
29
rexml (3.2.5 )
30
- rubocop (1.18.4 )
30
+ rubocop (1.19.1 )
31
31
parallel (~> 1.10 )
32
32
parser (>= 3.0.0.0 )
33
33
rainbow (>= 2.2.2 , < 4.0 )
34
34
regexp_parser (>= 1.8 , < 3.0 )
35
35
rexml
36
- rubocop-ast (>= 1.8.0 , < 2.0 )
36
+ rubocop-ast (>= 1.9.1 , < 2.0 )
37
37
ruby-progressbar (~> 1.7 )
38
38
unicode-display_width (>= 1.4.0 , < 3.0 )
39
- rubocop-ast (1.8 .0 )
39
+ rubocop-ast (1.10 .0 )
40
40
parser (>= 3.0.1.1 )
41
41
ruby-progressbar (1.11.0 )
42
42
simplecov (0.17.1 )
@@ -58,7 +58,7 @@ DEPENDENCIES
58
58
minitest (= 5.14.4 )
59
59
pry (= 0.14.1 )
60
60
rake (= 13.0.6 )
61
- rubocop (= 1.18.4 )
61
+ rubocop (= 1.19.1 )
62
62
simplecov (= 0.17.1 , < 0.18 )
63
63
test-unit (= 3.4.4 )
64
64
timecop (= 0.9.4 )
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
32
32
spec . add_development_dependency ( 'minitest' , '5.14.4' )
33
33
spec . add_development_dependency ( 'pry' , '0.14.1' )
34
34
spec . add_development_dependency ( 'rake' , '13.0.6' )
35
- spec . add_development_dependency ( 'rubocop' , '1.18.4 ' )
35
+ spec . add_development_dependency ( 'rubocop' , '1.19.1 ' )
36
36
# Workaround for cc-test-reporter with SimpleCov 0.18.
37
37
# Stop upgrading SimpleCov until the following issue will be resolved.
38
38
# https://github.com/codeclimate/test-reporter/issues/418
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
- module Faker #:nodoc:
3
+ module Faker # :nodoc:
4
4
VERSION = '2.18.0'
5
5
end
You can’t perform that action at this time.
0 commit comments