Skip to content

Commit c65b324

Browse files
Bump jquery-ui-rails from 6.0.1 to 8.0.0
Bumps [jquery-ui-rails](https://github.com/joliss/jquery-ui-rails) from 6.0.1 to 8.0.0. - [Release notes](https://github.com/joliss/jquery-ui-rails/releases) - [Changelog](https://github.com/jquery-ui-rails/jquery-ui-rails/blob/master/History.md) - [Commits](jquery-ui-rails/jquery-ui-rails@v6.0.1...v8.0.0) --- updated-dependencies: - dependency-name: jquery-ui-rails dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 627b5cf commit c65b324

1 file changed

Lines changed: 26 additions & 22 deletions

File tree

Gemfile.lock

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ GEM
7979
bindex (0.8.1)
8080
bootsnap (1.7.3)
8181
msgpack (~> 1.0)
82-
builder (3.2.4)
82+
builder (3.3.0)
8383
byebug (11.1.3)
8484
cancancan (3.2.1)
8585
capybara (3.35.3)
@@ -101,7 +101,7 @@ GEM
101101
execjs
102102
coffee-script-source (1.12.2)
103103
commonjs (0.2.7)
104-
concurrent-ruby (1.1.8)
104+
concurrent-ruby (1.3.6)
105105
crass (1.0.6)
106106
database_cleaner-active_record (2.0.0)
107107
activerecord (>= 5.a)
@@ -115,7 +115,7 @@ GEM
115115
warden (~> 1.2.3)
116116
diff-lcs (1.4.4)
117117
docile (1.3.5)
118-
erubi (1.10.0)
118+
erubi (1.13.1)
119119
execjs (2.7.0)
120120
factory_bot (6.1.0)
121121
activesupport (>= 5.0.0)
@@ -128,15 +128,15 @@ GEM
128128
globalid (0.4.2)
129129
activesupport (>= 4.2.0)
130130
grease (0.3.2)
131-
i18n (1.8.10)
131+
i18n (1.14.8)
132132
concurrent-ruby (~> 1.0)
133133
jbuilder (2.11.2)
134134
activesupport (>= 5.0.0)
135135
jquery-rails (4.4.0)
136136
rails-dom-testing (>= 1, < 3)
137137
railties (>= 4.2.0)
138138
thor (>= 0.14, < 2.0)
139-
jquery-ui-rails (6.0.1)
139+
jquery-ui-rails (8.0.0)
140140
railties (>= 3.2.16)
141141
json (2.5.1)
142142
jsonapi-renderer (0.2.2)
@@ -156,28 +156,30 @@ GEM
156156
listen (3.5.1)
157157
rb-fsevent (~> 0.10, >= 0.10.3)
158158
rb-inotify (~> 0.9, >= 0.9.10)
159-
loofah (2.19.1)
159+
loofah (2.25.0)
160160
crass (~> 1.0.2)
161-
nokogiri (>= 1.5.9)
161+
nokogiri (>= 1.12.0)
162162
mail (2.7.1)
163163
mini_mime (>= 0.1.1)
164164
marcel (1.0.1)
165-
method_source (1.0.0)
165+
method_source (1.1.0)
166166
mini_mime (1.0.3)
167-
minitest (5.14.4)
167+
minitest (6.0.1)
168+
prism (~> 1.5)
168169
msgpack (1.4.2)
169170
nio4r (2.5.7)
170-
nokogiri (1.13.10-x86_64-linux)
171+
nokogiri (1.19.0-x86_64-linux-gnu)
171172
racc (~> 1.4)
172173
orm_adapter (0.5.0)
173174
pg (1.2.3)
175+
prism (1.8.0)
174176
public_suffix (4.0.6)
175177
puma (4.3.12)
176178
nio4r (~> 2.0)
177-
racc (1.5.2)
178-
rack (2.2.3)
179-
rack-test (1.1.0)
180-
rack (>= 1.0, < 3)
179+
racc (1.8.1)
180+
rack (2.2.21)
181+
rack-test (2.2.0)
182+
rack (>= 1.3)
181183
rails (6.1.3.1)
182184
actioncable (= 6.1.3.1)
183185
actionmailbox (= 6.1.3.1)
@@ -197,18 +199,20 @@ GEM
197199
actionpack (>= 5.0.1.rc1)
198200
actionview (>= 5.0.1.rc1)
199201
activesupport (>= 5.0.1.rc1)
200-
rails-dom-testing (2.0.3)
201-
activesupport (>= 4.2.0)
202+
rails-dom-testing (2.3.0)
203+
activesupport (>= 5.0.0)
204+
minitest
202205
nokogiri (>= 1.6)
203-
rails-html-sanitizer (1.3.0)
204-
loofah (~> 2.3)
206+
rails-html-sanitizer (1.6.2)
207+
loofah (~> 2.21)
208+
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)
205209
railties (6.1.3.1)
206210
actionpack (= 6.1.3.1)
207211
activesupport (= 6.1.3.1)
208212
method_source
209213
rake (>= 0.8.7)
210214
thor (~> 1.0)
211-
rake (13.0.3)
215+
rake (13.3.1)
212216
rb-fsevent (0.10.4)
213217
rb-inotify (0.10.1)
214218
ffi (~> 1.0)
@@ -281,7 +285,7 @@ GEM
281285
therubyracer (0.12.3)
282286
libv8 (~> 3.16.14.15)
283287
ref
284-
thor (1.1.0)
288+
thor (1.5.0)
285289
tilt (2.0.10)
286290
tinymce-rails (5.7.1)
287291
railties (>= 3.1.1)
@@ -298,7 +302,7 @@ GEM
298302
execjs
299303
rails (>= 3.1)
300304
railties (>= 3.1)
301-
tzinfo (2.0.4)
305+
tzinfo (2.0.6)
302306
concurrent-ruby (~> 1.0)
303307
uglifier (4.2.0)
304308
execjs (>= 0.3.0, < 3)
@@ -315,7 +319,7 @@ GEM
315319
will_paginate (3.3.0)
316320
xpath (3.2.0)
317321
nokogiri (~> 1.8)
318-
zeitwerk (2.4.2)
322+
zeitwerk (2.7.4)
319323

320324
PLATFORMS
321325
x86_64-linux

0 commit comments

Comments
 (0)