Merge pull request #3120 from TracksApp/dependabot/bundler/jquery-ui-rails-8.0.0

Bump jquery-ui-rails from 7.0.0 to 8.0.0
This commit is contained in:
Jyri-Petteri Paloposki 2025-06-29 15:37:25 +03:00 committed by GitHub
commit 46a6cd716b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ gem 'rails', '~> 7.0'
gem 'font-awesome-sass', '~> 6.7.2'
gem 'jquery-rails', '~> 4.6'
gem 'jquery-ui-rails', '~>7.0.0'
gem 'jquery-ui-rails', '~>8.0.0'
gem 'aasm', '~> 5.5.1'
gem 'acts_as_list'
gem 'bcrypt', '~> 3.1.20'