Skip to content

Commit

Permalink
Upgrade jquery-ui-rails (#735)
Browse files Browse the repository at this point in the history
Co-authored-by: Camille Villa <[email protected]>
  • Loading branch information
camillevilla and camillevilla authored Nov 17, 2023
1 parent a1f266e commit cddadb5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ gem 'ffi'
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem 'jquery-rails'
gem 'jquery-ui-rails'
# pinned until maintainers publish to RubyGems
gem 'jquery-ui-rails', github: 'jquery-ui-rails/jquery-ui-rails', tag: 'v7.0.0'
gem 'uswds-rails', github: 'agilesix/uswds-rails', ref: '52da189'

gem 'activerecord-nulldb-adapter'
Expand Down
12 changes: 9 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ GIT
neat
rails-assets-normalize-css (= 3.0.3)

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://rails-assets.org/
specs:
Expand Down Expand Up @@ -316,8 +324,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.3.1)
kaminari (1.2.2)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -835,7 +841,7 @@ DEPENDENCIES
jbuilder (~> 2.5)
jquery-cropper
jquery-rails
jquery-ui-rails
jquery-ui-rails!
json (~> 2.3.0)
kaminari
letter_opener
Expand Down

0 comments on commit cddadb5

Please sign in to comment.