Skip to content

Commit

Permalink
Bump jquery-ui-rails from 6.0.1 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [jquery-ui-rails](https://github.com/joliss/jquery-ui-rails) from 6.0.1 to 7.0.0.
- [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@v6.0.1...v7.0.0)

---
updated-dependencies:
- dependency-name: jquery-ui-rails
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 5, 2024
1 parent 9e7010b commit 68c3da1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'activemodel-serializers-xml', '~> 1.0.1'
gem 'coffee-rails', '~> 5.0.0'

gem 'jquery-rails', '~> 4.6'
gem 'jquery-ui-rails', '~>6.0.1'
gem 'jquery-ui-rails', '~>7.0.0'

gem 'rails', '~> 6.0.0'
gem 'sassc-rails', '~> 2.1.2'
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.1)
crass (1.0.6)
database_cleaner (1.99.0)
date (3.3.3)
Expand All @@ -120,7 +120,7 @@ GEM
activesupport (>= 5.0)
highline (2.1.0)
htmlentities (4.3.4)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
i18n-tasks (1.0.13)
activesupport (>= 4.0.2)
Expand All @@ -138,7 +138,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (6.0.1)
jquery-ui-rails (7.0.0)
railties (>= 3.2.16)
json (2.7.1)
kramdown (2.4.0)
Expand All @@ -165,13 +165,13 @@ GEM
net-pop
net-smtp
marcel (1.0.2)
method_source (1.0.0)
method_source (1.1.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0218.1)
mini_mime (1.1.2)
mini_portile2 (2.8.5)
minitest (5.20.0)
mini_portile2 (2.8.7)
minitest (5.23.1)
minitest-stub-const (0.6)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
Expand All @@ -186,7 +186,7 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.7.3)
nokogiri (1.15.5)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.23.0)
Expand All @@ -196,7 +196,7 @@ GEM
pg (1.5.4)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
racc (1.8.0)
rack (2.2.9)
rack-mini-profiler (3.3.1)
rack (>= 1.2.0)
Expand Down Expand Up @@ -242,7 +242,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -322,7 +322,7 @@ GEM
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
thor (1.3.0)
thor (1.3.1)
thread_safe (0.3.6)
tilt (2.3.0)
timeout (0.3.2)
Expand All @@ -343,7 +343,7 @@ GEM
websocket-extensions (0.1.5)
will_paginate (4.0.0)
yard (0.9.36)
zeitwerk (2.6.12)
zeitwerk (2.6.15)

PLATFORMS
ruby
Expand All @@ -366,7 +366,7 @@ DEPENDENCIES
htmlentities
i18n-tasks (~> 1.0.13)
jquery-rails (~> 4.6)
jquery-ui-rails (~> 6.0.1)
jquery-ui-rails (~> 7.0.0)
kt-paperclip (~> 7.2)
listen
minitest-stub-const
Expand Down

0 comments on commit 68c3da1

Please sign in to comment.