Skip to content

Commit 1332ea4

Browse files
Bump web-console from 4.1.0 to 4.2.0
Bumps [web-console](https://github.com/rails/web-console) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/rails/web-console/releases) - [Changelog](https://github.com/rails/web-console/blob/master/CHANGELOG.markdown) - [Commits](rails/web-console@v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: web-console dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fe1fc41 commit 1332ea4

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

Diff for: Gemfile.lock

+17-15
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ GEM
7474
builder (3.2.4)
7575
byebug (11.1.3)
7676
childprocess (3.0.0)
77-
concurrent-ruby (1.1.8)
77+
concurrent-ruby (1.1.9)
7878
crack (0.4.5)
7979
rexml
8080
crass (1.0.6)
@@ -95,41 +95,43 @@ GEM
9595
globalid (0.4.2)
9696
activesupport (>= 4.2.0)
9797
hashdiff (1.0.1)
98-
i18n (1.8.9)
98+
i18n (1.8.11)
9999
concurrent-ruby (~> 1.0)
100100
jbuilder (2.10.1)
101101
activesupport (>= 5.0.0)
102102
jwt (2.2.2)
103103
listen (3.4.1)
104104
rb-fsevent (~> 0.10, >= 0.10.3)
105105
rb-inotify (~> 0.9, >= 0.9.10)
106-
loofah (2.9.0)
106+
loofah (2.13.0)
107107
crass (~> 1.0.2)
108108
nokogiri (>= 1.5.9)
109109
mail (2.7.1)
110110
mini_mime (>= 0.1.1)
111111
marcel (1.0.0)
112112
method_source (1.0.0)
113113
mini_mime (1.0.3)
114-
mini_portile2 (2.5.0)
115-
minitest (5.14.4)
114+
mini_portile2 (2.6.1)
115+
minitest (5.15.0)
116116
msgpack (1.4.2)
117117
multipart-post (2.1.1)
118118
nio4r (2.5.7)
119-
nokogiri (1.11.2)
120-
mini_portile2 (~> 2.5.0)
119+
nokogiri (1.12.5)
120+
mini_portile2 (~> 2.6.1)
121121
racc (~> 1.4)
122-
nokogiri (1.11.2-arm64-darwin)
122+
nokogiri (1.12.5-arm64-darwin)
123123
racc (~> 1.4)
124-
nokogiri (1.11.2-x64-mingw32)
124+
nokogiri (1.12.5-x64-mingw32)
125125
racc (~> 1.4)
126-
nokogiri (1.11.2-x86_64-linux)
126+
nokogiri (1.12.5-x86_64-darwin)
127+
racc (~> 1.4)
128+
nokogiri (1.12.5-x86_64-linux)
127129
racc (~> 1.4)
128130
popper_js (1.16.0)
129131
public_suffix (4.0.6)
130132
puma (5.1.1)
131133
nio4r (~> 2.0)
132-
racc (1.5.2)
134+
racc (1.6.0)
133135
rack (2.2.3)
134136
rack-mini-profiler (2.3.0)
135137
rack (>= 1.2.0)
@@ -159,15 +161,15 @@ GEM
159161
rails-dom-testing (2.0.3)
160162
activesupport (>= 4.2.0)
161163
nokogiri (>= 1.6)
162-
rails-html-sanitizer (1.3.0)
164+
rails-html-sanitizer (1.4.2)
163165
loofah (~> 2.3)
164166
railties (6.1.3.1)
165167
actionpack (= 6.1.3.1)
166168
activesupport (= 6.1.3.1)
167169
method_source
168170
rake (>= 0.8.7)
169171
thor (~> 1.0)
170-
rake (13.0.3)
172+
rake (13.0.6)
171173
rb-fsevent (0.10.4)
172174
rb-inotify (0.10.1)
173175
ffi (~> 1.0)
@@ -228,7 +230,7 @@ GEM
228230
tzinfo-data (1.2020.6)
229231
tzinfo (>= 1.0.0)
230232
vcr (6.0.0)
231-
web-console (4.1.0)
233+
web-console (4.2.0)
232234
actionview (>= 6.0.0)
233235
activemodel (>= 6.0.0)
234236
bindex (>= 0.4.0)
@@ -249,7 +251,7 @@ GEM
249251
websocket-driver (0.7.3)
250252
websocket-extensions (>= 0.1.0)
251253
websocket-extensions (0.1.5)
252-
zeitwerk (2.4.2)
254+
zeitwerk (2.5.2)
253255

254256
PLATFORMS
255257
ruby

0 commit comments

Comments
 (0)