Skip to content

Commit 7e10541

Browse files
authored
Merge pull request #1374 from Crown-Commercial-Service/dependabot/bundler/web-console-4.3.0
build(deps-dev): bump web-console from 4.2.1 to 4.3.0
2 parents 4be8697 + 91aaeef commit 7e10541

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ end
7777
group :development do
7878
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
7979
gem 'listen', '~> 3.10'
80-
gem 'web-console', '~> 4.2.1'
80+
gem 'web-console', '~> 4.3.0'
8181
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
8282
gem 'spring', '~> 4.4.2'
8383
gem 'spring-watcher-listen', '~> 2.1.0'

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ GEM
137137
dotenv (= 3.2.0)
138138
railties (>= 6.1)
139139
drb (2.2.3)
140-
erb (6.0.1)
140+
erb (6.0.2)
141141
erubi (1.13.1)
142142
et-orbi (1.4.0)
143143
tzinfo
@@ -207,7 +207,8 @@ GEM
207207
mime-types-data (3.2020.0512)
208208
mini_mime (1.1.5)
209209
mini_portile2 (2.8.9)
210-
minitest (6.0.1)
210+
minitest (6.0.2)
211+
drb (~> 2.0)
211212
prism (~> 1.5)
212213
msgpack (1.8.0)
213214
net-imap (0.5.12)
@@ -288,8 +289,8 @@ GEM
288289
activesupport (>= 5.0.0)
289290
minitest
290291
nokogiri (>= 1.6)
291-
rails-html-sanitizer (1.6.2)
292-
loofah (~> 2.21)
292+
rails-html-sanitizer (1.7.0)
293+
loofah (~> 2.25)
293294
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
294295
rails-i18n (8.1.0)
295296
i18n (>= 0.7, < 2)
@@ -417,11 +418,10 @@ GEM
417418
unicode-emoji (4.2.0)
418419
uri (1.1.1)
419420
useragent (0.16.11)
420-
web-console (4.2.1)
421-
actionview (>= 6.0.0)
422-
activemodel (>= 6.0.0)
421+
web-console (4.3.0)
422+
actionview (>= 8.0.0)
423423
bindex (>= 0.4.0)
424-
railties (>= 6.0.0)
424+
railties (>= 8.0.0)
425425
websocket-driver (0.8.0)
426426
base64
427427
websocket-extensions (>= 0.1.0)
@@ -473,7 +473,7 @@ DEPENDENCIES
473473
solid_queue (~> 1.3.2)
474474
spring (~> 4.4.2)
475475
spring-watcher-listen (~> 2.1.0)
476-
web-console (~> 4.2.1)
476+
web-console (~> 4.3.0)
477477

478478
RUBY VERSION
479479
ruby 3.4.7p58

0 commit comments

Comments
 (0)