Skip to content

Commit

Permalink
Bump jquery-ui-rails from 6.0.0 to 7.0.0 in /blacklight-cornell
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.0 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.0...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 May 6, 2024
1 parent ea8cb23 commit 927bb9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion blacklight-cornell/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ group :test do
end

gem 'jquery-rails'
gem 'jquery-ui-rails', '6.0.0'
gem 'jquery-ui-rails', '7.0.0'
gem "capistrano", "~> 3.18"
gem "capistrano-rails", "~> 1.6"
gem 'capistrano-rvm'
Expand Down
12 changes: 6 additions & 6 deletions blacklight-cornell/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -345,11 +345,11 @@ GEM
domain_name (0.6.20240107)
dot-properties (0.1.4)
bundler (>= 2.2.33)
dotenv (3.1.1)
dotenv (2.8.1)
dotenv-deployment (0.0.2)
dotenv-rails (3.1.1)
dotenv (= 3.1.1)
railties (>= 6.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
ebsco-eds (1.1.5)
activesupport (>= 5.2)
bibtex-ruby (>= 5.1.0, < 7.0)
Expand Down Expand Up @@ -462,7 +462,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (6.0.0)
jquery-ui-rails (7.0.0)
railties (>= 3.2.16)
json (2.7.2)
jwt (2.8.1)
Expand Down Expand Up @@ -886,7 +886,7 @@ DEPENDENCIES
htmlentities
httpclient
jquery-rails
jquery-ui-rails (= 6.0.0)
jquery-ui-rails (= 7.0.0)
json
kaminari (>= 0.15)
libnotify
Expand Down

0 comments on commit 927bb9b

Please sign in to comment.