diff --git a/Gemfile b/Gemfile index 8e4eaabe5..922cd6b0f 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'acts-as-taggable-on', '~> 9.0', '>= 9.0.1' gem 'devise', '~> 4.7' gem 'invisible_captcha' gem 'jquery-rails', '~> 4.4.0' -gem 'jquery-ui-rails', '~> 6.0.1' +gem 'jquery-ui-rails', '~> 7.0.0' gem 'mini_magick', '~> 4.9.5' gem 'pg', '~> 1.1.3' gem 'simple_form' diff --git a/Gemfile.lock b/Gemfile.lock index 6163892bf..f9070c2c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,7 +114,7 @@ GEM bootstrap-icons-helper (2.0.1) bootstrap-icons (~> 1) rails (>= 6) - builder (3.2.4) + builder (3.3.0) bullet (7.0.7) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) @@ -134,7 +134,7 @@ GEM ffi (~> 1.0, >= 1.0.11) cliver (0.3.2) coderay (1.1.3) - concurrent-ruby (1.2.2) + concurrent-ruby (1.3.3) countries (5.3.1) unaccent (~> 0.3) country_select (8.0.1) @@ -163,7 +163,7 @@ GEM responders warden (~> 1.2.3) diff-lcs (1.5.0) - erubi (1.12.0) + erubi (1.13.0) exception_notification (4.5.0) actionmailer (>= 5.2, < 8) activesupport (>= 5.2, < 8) @@ -204,7 +204,7 @@ GEM heapy (0.2.0) thor honeybadger (5.14.1) - i18n (1.12.0) + i18n (1.14.5) concurrent-ruby (~> 1.0) image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) @@ -218,7 +218,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) jsonapi-renderer (0.2.2) kgio (2.11.4) @@ -231,9 +231,9 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.19.1) + loofah (2.22.0) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) lumberjack (1.2.8) mail (2.8.1) mini_mime (>= 0.1.1) @@ -243,7 +243,7 @@ GEM marcel (1.0.2) matrix (0.4.2) memory_profiler (1.0.1) - 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) @@ -265,9 +265,9 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.9) - nokogiri (1.15.4-arm64-darwin) + nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) - nokogiri (1.15.4-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) normalize-rails (8.0.1) notiffany (0.1.3) @@ -293,8 +293,8 @@ GEM method_source (~> 1.0) psych (3.3.3) public_suffix (5.0.1) - racc (1.7.1) - rack (2.2.8.1) + racc (1.8.1) + rack (2.2.9) rack-attack (6.7.0) rack (>= 1.0, < 4) rack-piwik (0.3.0) @@ -320,11 +320,13 @@ GEM actionpack (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1) activesupport (>= 5.0.1.rc1) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.5.0) - loofah (~> 2.19, >= 2.19.1) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) railties (6.1.7.6) actionpack (= 6.1.7.6) activesupport (= 6.1.7.6) @@ -333,7 +335,7 @@ GEM thor (~> 1.0) rainbow (3.1.1) raindrops (0.20.1) - rake (13.0.6) + rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -405,7 +407,7 @@ GEM sprockets (>= 3.0.0) stackprof (0.2.24) strscan (3.1.0) - thor (1.2.1) + thor (1.3.1) tilt (2.1.0) timeout (0.3.2) tzinfo (2.0.6) @@ -426,7 +428,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.7) + zeitwerk (2.6.17) PLATFORMS arm64-darwin-22 @@ -462,7 +464,7 @@ DEPENDENCIES interactor invisible_captcha jquery-rails (~> 4.4.0) - jquery-ui-rails (~> 6.0.1) + jquery-ui-rails (~> 7.0.0) letter_opener mime-types mini_magick (~> 4.9.5)