File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.3.0 )
5
+ rubycritic (~> 4.4.1 )
6
6
terminal-table (~> 1.8.0 )
7
7
8
8
GEM
72
72
ruby-progressbar (1.10.1 )
73
73
ruby_parser (3.14.2 )
74
74
sexp_processor (~> 4.9 )
75
- rubycritic (4.3.3 )
75
+ rubycritic (4.4.1 )
76
76
flay (~> 2.8 )
77
77
flog (~> 4.4 )
78
78
launchy (= 2.4.3 )
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.3.0 "
41
+ spec . add_dependency "rubycritic" , "~> 4.4.1 "
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