Skip to content

Commit fee43e5

Browse files
committed
Fix rubycritic older simplecov issue by bumping it to 4.3.0
1 parent 5950f93 commit fee43e5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
skunk (0.4.2)
5-
rubycritic (~> 4.0)
5+
rubycritic (~> 4.3.0)
66
terminal-table (~> 1.8.0)
77

88
GEM
@@ -53,7 +53,7 @@ GEM
5353
ast (~> 2.4.0)
5454
path_expander (1.1.0)
5555
psych (3.1.0)
56-
public_suffix (4.0.4)
56+
public_suffix (4.0.5)
5757
rainbow (3.0.0)
5858
rake (13.0.1)
5959
reek (5.4.1)
@@ -72,7 +72,7 @@ GEM
7272
ruby-progressbar (1.10.1)
7373
ruby_parser (3.14.2)
7474
sexp_processor (~> 4.9)
75-
rubycritic (4.4.1)
75+
rubycritic (4.3.3)
7676
flay (~> 2.8)
7777
flog (~> 4.4)
7878
launchy (= 2.4.3)
@@ -83,7 +83,7 @@ GEM
8383
simplecov (>= 0.17.0)
8484
tty-which (~> 0.4.0)
8585
virtus (~> 1.0)
86-
sexp_processor (4.14.1)
86+
sexp_processor (4.15.0)
8787
simplecov (0.18.5)
8888
docile (~> 1.1)
8989
simplecov-html (~> 0.11)

skunk.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
3838
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
3939
spec.require_paths = ["lib"]
4040

41-
spec.add_dependency "rubycritic", "~> 4.2.0"
41+
spec.add_dependency "rubycritic", "~> 4.3.0"
4242
spec.add_dependency "terminal-table", "~> 1.8.0"
4343

4444
spec.add_development_dependency "bundler", "~> 2.0"

0 commit comments

Comments
 (0)