Skip to content

Commit 21d7457

Browse files
Bump jquery-ui-rails and apparition (#307)
* Bump jquery-ui-rails and apparition Bumps [jquery-ui-rails](https://github.com/joliss/jquery-ui-rails) and [apparition](https://github.com/twalpole/apparition). These dependencies needed to be updated together. Updates `jquery-ui-rails` from 5.0.5 to 6.0.1 - [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@v5.0.5...v6.0.1) Updates `apparition` from `7db58cc` to 0.4.0 - [Commits](twalpole/apparition@7db58cc...v0.4.0) --- updated-dependencies: - dependency-name: jquery-ui-rails dependency-type: direct:production - dependency-name: apparition dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * Fix new syntax --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Juan Vasquez <[email protected]>
1 parent 3c7786f commit 21d7457

File tree

3 files changed

+28
-23
lines changed

3 files changed

+28
-23
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ gem "jquery-rails"
5454

5555
gem "pg"
5656

57-
gem "jquery-ui-rails", "~> 5.0", ">= 5.0.5"
57+
gem "jquery-ui-rails", "~> 6.0"
5858
gem "acts_as_list"
5959

6060
gem "mimemagic", "~> 0.3.8"

Gemfile.lock

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ GEM
7777
tzinfo (~> 2.0)
7878
acts_as_list (1.1.0)
7979
activerecord (>= 4.2)
80-
addressable (2.8.1)
80+
addressable (2.8.5)
8181
public_suffix (>= 2.0.2, < 6.0)
8282
ast (2.4.2)
8383
autoprefixer-rails (10.4.13.0)
@@ -146,7 +146,7 @@ GEM
146146
globalid (1.1.0)
147147
activesupport (>= 5.0)
148148
hashie (5.0.0)
149-
i18n (1.12.0)
149+
i18n (1.14.1)
150150
concurrent-ruby (~> 1.0)
151151
jbuilder (2.11.5)
152152
actionview (>= 5.0.0)
@@ -155,7 +155,7 @@ GEM
155155
rails-dom-testing (>= 1, < 3)
156156
railties (>= 4.2.0)
157157
thor (>= 0.14, < 2.0)
158-
jquery-ui-rails (5.0.5)
158+
jquery-ui-rails (6.0.1)
159159
railties (>= 3.2.16)
160160
json (2.6.3)
161161
jwt (2.7.0)
@@ -165,9 +165,9 @@ GEM
165165
listen (3.8.0)
166166
rb-fsevent (~> 0.10, >= 0.10.3)
167167
rb-inotify (~> 0.9, >= 0.9.10)
168-
loofah (2.19.1)
168+
loofah (2.21.3)
169169
crass (~> 1.0.2)
170-
nokogiri (>= 1.5.9)
170+
nokogiri (>= 1.12.0)
171171
madmin (1.2.7)
172172
pagy (>= 3.5, < 6.0)
173173
rails (>= 6.0.3)
@@ -182,8 +182,8 @@ GEM
182182
mimemagic (0.3.10)
183183
nokogiri (~> 1)
184184
rake
185-
mini_mime (1.1.2)
186-
minitest (5.18.0)
185+
mini_mime (1.1.5)
186+
minitest (5.20.0)
187187
multi_xml (0.6.0)
188188
net-imap (0.3.4)
189189
date
@@ -198,9 +198,11 @@ GEM
198198
next_rails (1.2.2)
199199
colorize (>= 0.8.1)
200200
nio4r (2.5.9)
201-
nokogiri (1.14.3-x86_64-darwin)
201+
nokogiri (1.15.4-arm64-darwin)
202202
racc (~> 1.4)
203-
nokogiri (1.14.3-x86_64-linux)
203+
nokogiri (1.15.4-x86_64-darwin)
204+
racc (~> 1.4)
205+
nokogiri (1.15.4-x86_64-linux)
204206
racc (~> 1.4)
205207
oauth2 (2.0.9)
206208
faraday (>= 0.17.3, < 3.0)
@@ -235,13 +237,13 @@ GEM
235237
parser (3.2.1.1)
236238
ast (~> 2.4.1)
237239
pg (1.4.6)
238-
public_suffix (5.0.1)
240+
public_suffix (5.0.3)
239241
puma (6.3.1)
240242
nio4r (~> 2.0)
241243
pundit (2.3.0)
242244
activesupport (>= 3.0.0)
243-
racc (1.6.2)
244-
rack (2.2.6.4)
245+
racc (1.7.1)
246+
rack (2.2.8)
245247
rack-mini-profiler (3.0.0)
246248
rack (>= 1.2.0)
247249
rack-protection (3.0.5)
@@ -266,11 +268,13 @@ GEM
266268
actionpack (>= 5.0.1.rc1)
267269
actionview (>= 5.0.1.rc1)
268270
activesupport (>= 5.0.1.rc1)
269-
rails-dom-testing (2.0.3)
270-
activesupport (>= 4.2.0)
271+
rails-dom-testing (2.2.0)
272+
activesupport (>= 5.0.0)
273+
minitest
271274
nokogiri (>= 1.6)
272-
rails-html-sanitizer (1.5.0)
273-
loofah (~> 2.19, >= 2.19.1)
275+
rails-html-sanitizer (1.6.0)
276+
loofah (~> 2.21)
277+
nokogiri (~> 1.14)
274278
railties (7.0.4.3)
275279
actionpack (= 7.0.4.3)
276280
activesupport (= 7.0.4.3)
@@ -285,7 +289,7 @@ GEM
285289
ffi (~> 1.0)
286290
recursive-open-struct (1.1.3)
287291
redcarpet (3.5.1)
288-
regexp_parser (2.7.0)
292+
regexp_parser (2.8.1)
289293
responders (3.1.0)
290294
actionpack (>= 5.2)
291295
railties (>= 5.2)
@@ -367,7 +371,7 @@ GEM
367371
rubocop-performance (~> 1.16.0)
368372
standardrb (1.0.1)
369373
standard
370-
thor (1.2.1)
374+
thor (1.2.2)
371375
tilt (2.1.0)
372376
timeout (0.3.2)
373377
turbolinks (5.2.1)
@@ -391,14 +395,15 @@ GEM
391395
rubyzip (>= 1.3.0)
392396
selenium-webdriver (~> 4.0)
393397
websocket (1.2.9)
394-
websocket-driver (0.7.5)
398+
websocket-driver (0.7.6)
395399
websocket-extensions (>= 0.1.0)
396400
websocket-extensions (0.1.5)
397401
xpath (3.2.0)
398402
nokogiri (~> 1.8)
399-
zeitwerk (2.6.7)
403+
zeitwerk (2.6.12)
400404

401405
PLATFORMS
406+
arm64-darwin-22
402407
x86_64-darwin-21
403408
x86_64-linux
404409

@@ -417,7 +422,7 @@ DEPENDENCIES
417422
faker
418423
jbuilder (~> 2.5)
419424
jquery-rails
420-
jquery-ui-rails (~> 5.0, >= 5.0.5)
425+
jquery-ui-rails (~> 6.0)
421426
listen (~> 3.7)
422427
madmin (~> 1.2)
423428
matrix

app/assets/javascripts/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//= require jquery
1515
//= require bootstrap-sprockets
1616
//= require jquery-ui/widget
17-
//= require jquery-ui/sortable
17+
//= require jquery-ui/widgets/sortable
1818
//= require turbolinks
1919
//= require clipboard.min
2020
//= require sortable_list

0 commit comments

Comments
 (0)