File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
remote: .
3
3
specs:
4
4
skunk (0.4.2 )
5
- rubycritic (~> 4 .0 )
5
+ rubycritic (>= 4.4 , < 5 .0 )
6
6
terminal-table (~> 1.8.0 )
7
7
8
8
GEM
53
53
ast (~> 2.4.0 )
54
54
path_expander (1.1.0 )
55
55
psych (3.1.0 )
56
- public_suffix (4.0.4 )
56
+ public_suffix (4.0.5 )
57
57
rainbow (3.0.0 )
58
58
rake (13.0.1 )
59
59
reek (5.4.1 )
83
83
simplecov (>= 0.17.0 )
84
84
tty-which (~> 0.4.0 )
85
85
virtus (~> 1.0 )
86
- sexp_processor (4.14.1 )
86
+ sexp_processor (4.15.0 )
87
87
simplecov (0.18.5 )
88
88
docile (~> 1.1 )
89
89
simplecov-html (~> 0.11 )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
38
38
spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
39
39
spec . require_paths = [ "lib" ]
40
40
41
- spec . add_dependency "rubycritic" , "~> 4 .0"
41
+ spec . add_dependency "rubycritic" , ">= 4.4" , "< 5 .0"
42
42
spec . add_dependency "terminal-table" , "~> 1.8.0"
43
43
44
44
spec . add_development_dependency "bundler" , "~> 2.0"
You can’t perform that action at this time.
0 commit comments