Skip to content

Commit 77e98f0

Browse files
Bump simplecov-console from 0.9.1 to 0.9.4
Bumps [simplecov-console](https://github.com/chetan/simplecov-console) from 0.9.1 to 0.9.4. - [Changelog](https://github.com/chetan/simplecov-console/blob/master/CHANGELOG.md) - [Commits](chetan/simplecov-console@v0.9.1...v0.9.4) --- updated-dependencies: - dependency-name: simplecov-console dependency-version: 0.9.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f412ff2 commit 77e98f0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ group :test do
2121
gem "rubocop", "~> 1.36.0"
2222
gem "rubocop-performance", "~> 1.15.0"
2323
gem "simplecov", "~> 0.21.2"
24-
gem "simplecov-console", "~> 0.9.1"
24+
gem "simplecov-console", "~> 0.9.4"
2525
end

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ GEM
5959
cucumber-messages (18.0.0)
6060
cucumber-tag-expressions (4.1.0)
6161
diff-lcs (1.5.0)
62-
docile (1.3.5)
62+
docile (1.4.1)
6363
e2mmap (0.1.0)
6464
ffi (1.15.5)
6565
git (1.12.0)
@@ -133,12 +133,12 @@ GEM
133133
docile (~> 1.1)
134134
simplecov-html (~> 0.11)
135135
simplecov_json_formatter (~> 0.1)
136-
simplecov-console (0.9.1)
136+
simplecov-console (0.9.4)
137137
ansi
138138
simplecov
139139
terminal-table
140-
simplecov-html (0.12.3)
141-
simplecov_json_formatter (0.1.2)
140+
simplecov-html (0.13.2)
141+
simplecov_json_formatter (0.1.4)
142142
solargraph (0.46.0)
143143
backport (~> 1.2)
144144
benchmark
@@ -157,11 +157,11 @@ GEM
157157
sys-uname (1.2.2)
158158
ffi (~> 1.1)
159159
systemu (2.6.5)
160-
terminal-table (3.0.2)
161-
unicode-display_width (>= 1.1.1, < 3)
160+
terminal-table (4.0.0)
161+
unicode-display_width (>= 1.1.1, < 4)
162162
thor (1.2.1)
163163
tilt (2.0.11)
164-
unicode-display_width (2.2.0)
164+
unicode-display_width (2.6.0)
165165
uuid (2.3.9)
166166
macaddr (~> 1.0)
167167
webrick (1.7.0)
@@ -185,7 +185,7 @@ DEPENDENCIES
185185
rubocop-performance (~> 1.15.0)
186186
semver2 (~> 3.4)
187187
simplecov (~> 0.21.2)
188-
simplecov-console (~> 0.9.1)
188+
simplecov-console (~> 0.9.4)
189189
solargraph (~> 0.46.0)
190190

191191
BUNDLED WITH

0 commit comments

Comments
 (0)