Skip to content

Commit 91d7e47

Browse files
Bump jquery-rails from 4.6.0 to 4.6.1
Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 4.6.0 to 4.6.1. - [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md) - [Commits](rails/jquery-rails@v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: jquery-rails dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85ab501 commit 91d7e47

File tree

1 file changed

+22
-15
lines changed

1 file changed

+22
-15
lines changed

Gemfile.lock

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ GEM
8080
appsignal (3.7.5)
8181
rack
8282
ast (2.4.3)
83-
base64 (0.2.0)
83+
base64 (0.3.0)
8484
bcrypt (3.1.20)
85-
bigdecimal (3.1.9)
85+
bigdecimal (3.3.1)
8686
bindex (0.8.1)
8787
blazer (3.2.1)
8888
activerecord (>= 7)
@@ -105,7 +105,7 @@ GEM
105105
xpath (~> 3.2)
106106
chartkick (5.2.1)
107107
concurrent-ruby (1.3.5)
108-
connection_pool (2.5.3)
108+
connection_pool (2.5.4)
109109
crass (1.0.6)
110110
csv (3.3.0)
111111
date (3.5.0)
@@ -146,6 +146,7 @@ GEM
146146
dry-inflector (~> 1.0)
147147
dry-logic (~> 1.4)
148148
zeitwerk (~> 2.6)
149+
erb (6.0.0)
149150
erubi (1.13.1)
150151
erubis (2.7.0)
151152
factory_bot (6.5.0)
@@ -193,23 +194,24 @@ GEM
193194
actionpack (>= 6.0.0)
194195
activesupport (>= 6.0.0)
195196
railties (>= 6.0.0)
196-
io-console (0.8.0)
197-
irb (1.14.3)
197+
io-console (0.8.1)
198+
irb (1.15.3)
199+
pp (>= 0.6.0)
198200
rdoc (>= 4.0.0)
199201
reline (>= 0.4.2)
200202
jbuilder (2.13.0)
201203
actionview (>= 5.0.0)
202204
activesupport (>= 5.0.0)
203-
jquery-rails (4.6.0)
205+
jquery-rails (4.6.1)
204206
rails-dom-testing (>= 1, < 3)
205207
railties (>= 4.2.0)
206208
thor (>= 0.14, < 2.0)
207-
json (2.11.3)
209+
json (2.16.0)
208210
jwt (2.8.2)
209211
base64
210212
language_server-protocol (3.17.0.4)
211213
lint_roller (1.1.0)
212-
logger (1.6.4)
214+
logger (1.7.0)
213215
loofah (2.24.1)
214216
crass (~> 1.0.2)
215217
nokogiri (>= 1.12.0)
@@ -223,7 +225,7 @@ GEM
223225
matrix (0.4.2)
224226
mini_mime (1.1.5)
225227
mini_portile2 (2.8.9)
226-
minitest (5.26.0)
228+
minitest (5.26.1)
227229
msgpack (1.8.0)
228230
mustermann (3.0.3)
229231
ruby2_keywords (~> 0.0.1)
@@ -248,15 +250,18 @@ GEM
248250
ast (~> 2.4.1)
249251
racc
250252
pg (1.5.9)
253+
pp (0.6.3)
254+
prettyprint
255+
prettyprint (0.2.0)
251256
prism (1.4.0)
252-
psych (5.2.2)
257+
psych (5.2.6)
253258
date
254259
stringio
255260
public_suffix (5.0.4)
256261
puma (6.6.0)
257262
nio4r (~> 2.0)
258263
racc (1.8.1)
259-
rack (3.2.3)
264+
rack (3.2.4)
260265
rack-cors (2.0.2)
261266
rack (>= 2.0.0)
262267
rack-session (2.1.1)
@@ -298,14 +303,16 @@ GEM
298303
zeitwerk (~> 2.6)
299304
rainbow (3.1.1)
300305
rake (13.3.1)
301-
rdoc (6.10.0)
306+
rdoc (6.15.1)
307+
erb
302308
psych (>= 4.0.0)
309+
tsort
303310
redis (5.4.0)
304311
redis-client (>= 0.22.0)
305312
redis-client (0.24.0)
306313
connection_pool
307314
regexp_parser (2.10.0)
308-
reline (0.6.0)
315+
reline (0.6.3)
309316
io-console (~> 0.5)
310317
responders (3.1.1)
311318
actionpack (>= 5.2)
@@ -370,7 +377,7 @@ GEM
370377
mini_portile2 (~> 2.8.0)
371378
stimulus-rails (1.3.4)
372379
railties (>= 6.0.0)
373-
stringio (3.1.2)
380+
stringio (3.1.8)
374381
temple (0.10.3)
375382
thor (1.4.0)
376383
tilt (2.3.0)
@@ -384,7 +391,7 @@ GEM
384391
unicode-display_width (3.1.4)
385392
unicode-emoji (~> 4.0, >= 4.0.4)
386393
unicode-emoji (4.0.4)
387-
uri (1.0.4)
394+
uri (1.1.1)
388395
useragent (0.16.11)
389396
warden (1.2.9)
390397
rack (>= 2.0.9)

0 commit comments

Comments
 (0)