Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jquery-ui #1219

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,4 @@ gem 'ransack_ui'
gem 'bootstrap', '~>5.0.0'
gem 'mini_magick'
gem 'image_processing', '~> 1.2'
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
16 changes: 12 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ GIT
acts_as_commentable (6.1.0)
activerecord (>= 6.1, < 7.1)

GIT
remote: https://github.com/jquery-ui-rails/jquery-ui-rails.git
revision: 413265e81f790f795239e07e7e25e01429b2f18d
tag: v7.0.0
specs:
jquery-ui-rails (7.0.0)
railties (>= 3.2.16)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -217,8 +225,6 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
json (2.7.1)
language_server-protocol (3.17.0.3)
libv8-node (18.16.0.0-arm64-darwin)
Expand Down Expand Up @@ -258,6 +264,8 @@ GEM
net-protocol
net-ssh (7.2.0)
nio4r (2.7.0)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
Expand Down Expand Up @@ -506,7 +514,7 @@ DEPENDENCIES
image_processing (~> 1.2)
jquery-migrate-rails
jquery-rails
jquery-ui-rails
jquery-ui-rails!
mini_magick
mini_racer
nokogiri (>= 1.8.1)
Expand All @@ -515,7 +523,7 @@ DEPENDENCIES
premailer
pry-rails
puma
rails (>= 6.1.0, < 7.3.0)
rails (>= 7.0.0, < 7.3.0)
rails-controller-testing
rails-i18n
rails-observers
Expand Down
Loading