Skip to content

Commit 48c003c

Browse files
authored
Merge pull request #1219 from fatfreecrm/jquery-ui-7
Bump jquery-ui
2 parents dda5af2 + 92b734c commit 48c003c

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,4 @@ gem 'ransack_ui'
107107
gem 'bootstrap', '~>5.0.0'
108108
gem 'mini_magick'
109109
gem 'image_processing', '~> 1.2'
110+
gem 'jquery-ui-rails', git: 'https://github.com/jquery-ui-rails/jquery-ui-rails.git', tag: 'v7.0.0' # See https://github.com/jquery-ui-rails/jquery-ui-rails/issues/146

Gemfile.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ GIT
1414
acts_as_commentable (6.1.0)
1515
activerecord (>= 6.1, < 7.1)
1616

17+
GIT
18+
remote: https://github.com/jquery-ui-rails/jquery-ui-rails.git
19+
revision: 413265e81f790f795239e07e7e25e01429b2f18d
20+
tag: v7.0.0
21+
specs:
22+
jquery-ui-rails (7.0.0)
23+
railties (>= 3.2.16)
24+
1725
GEM
1826
remote: https://rubygems.org/
1927
specs:
@@ -217,8 +225,6 @@ GEM
217225
rails-dom-testing (>= 1, < 3)
218226
railties (>= 4.2.0)
219227
thor (>= 0.14, < 2.0)
220-
jquery-ui-rails (6.0.1)
221-
railties (>= 3.2.16)
222228
json (2.7.1)
223229
language_server-protocol (3.17.0.3)
224230
libv8-node (18.16.0.0-arm64-darwin)
@@ -258,6 +264,8 @@ GEM
258264
net-protocol
259265
net-ssh (7.2.0)
260266
nio4r (2.7.0)
267+
nokogiri (1.16.0-arm64-darwin)
268+
racc (~> 1.4)
261269
nokogiri (1.16.0-x86_64-linux)
262270
racc (~> 1.4)
263271
notiffany (0.1.3)
@@ -506,7 +514,7 @@ DEPENDENCIES
506514
image_processing (~> 1.2)
507515
jquery-migrate-rails
508516
jquery-rails
509-
jquery-ui-rails
517+
jquery-ui-rails!
510518
mini_magick
511519
mini_racer
512520
nokogiri (>= 1.8.1)
@@ -515,7 +523,7 @@ DEPENDENCIES
515523
premailer
516524
pry-rails
517525
puma
518-
rails (>= 6.1.0, < 7.3.0)
526+
rails (>= 7.0.0, < 7.3.0)
519527
rails-controller-testing
520528
rails-i18n
521529
rails-observers

0 commit comments

Comments
 (0)