File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ group :development do
66
66
gem "rubocop-rails-accessibility" , "~> 1.0"
67
67
gem "selenium-webdriver" , "~> 4.31"
68
68
gem "simplecov" , "~> 0.22.0"
69
- gem "simplecov-console" , "~> 0.9.1 "
69
+ gem "simplecov-console" , "~> 0.9.3 "
70
70
gem "sprockets"
71
71
gem "sprockets-rails"
72
72
gem "thor"
Original file line number Diff line number Diff line change 86
86
debug (1.9.2 )
87
87
irb (~> 1.10 )
88
88
reline (>= 0.3.8 )
89
- docile (1.4.0 )
89
+ docile (1.4.1 )
90
90
drb (2.2.1 )
91
91
dry-cli (1.2.0 )
92
92
erb_lint (0.6.0 )
@@ -248,26 +248,27 @@ GEM
248
248
docile (~> 1.1 )
249
249
simplecov-html (~> 0.11 )
250
250
simplecov_json_formatter (~> 0.1 )
251
- simplecov-console (0.9.1 )
251
+ simplecov-console (0.9.3 )
252
252
ansi
253
253
simplecov
254
254
terminal-table
255
- simplecov-html (0.12.3 )
255
+ simplecov-html (0.13.1 )
256
256
simplecov_json_formatter (0.1.4 )
257
257
smart_properties (1.17.0 )
258
258
sourcemap (0.1.1 )
259
- sprockets (4.2.1 )
259
+ sprockets (4.2.2 )
260
260
concurrent-ruby (~> 1.0 )
261
+ logger
261
262
rack (>= 2.2.4 , < 4 )
262
263
sprockets-rails (3.4.2 )
263
264
actionpack (>= 5.2 )
264
265
activesupport (>= 5.2 )
265
266
sprockets (>= 3.0.0 )
266
267
stringio (3.1.7 )
267
- terminal-table (3 .0.2 )
268
- unicode-display_width (>= 1.1.1 , < 3 )
268
+ terminal-table (4 .0.0 )
269
+ unicode-display_width (>= 1.1.1 , < 4 )
269
270
thor (1.3.2 )
270
- timecop (0.9.9 )
271
+ timecop (0.9.10 )
271
272
tzinfo (2.0.6 )
272
273
concurrent-ruby (~> 1.0 )
273
274
unicode-display_width (2.6.0 )
@@ -335,7 +336,7 @@ DEPENDENCIES
335
336
rubocop-rails-accessibility (~> 1.0 )
336
337
selenium-webdriver (~> 4.31 )
337
338
simplecov (~> 0.22.0 )
338
- simplecov-console (~> 0.9.1 )
339
+ simplecov-console (~> 0.9.3 )
339
340
sourcemap (~> 0.1 )
340
341
sprockets
341
342
sprockets-rails
You can’t perform that action at this time.
0 commit comments