diff --git a/Gemfile b/Gemfile index 12ce81c5..7743f60e 100644 --- a/Gemfile +++ b/Gemfile @@ -63,12 +63,9 @@ gem 'coffee-rails' gem 'exception_notification' gem 'font-awesome-rails' gem 'jquery-rails' -gem 'jquery-ui-rails' +gem 'jquery-ui-rails', github: 'jquery-ui-rails/jquery-ui-rails', tag: 'v7.0.0' gem 'kaminari' -gem 'net-imap', require: false # drop after gem mail >= v2.8.0 gem 'net-ldap' -gem 'net-pop', require: false # drop after gem mail >= v2.8.0 -gem 'net-smtp', require: false # drop after gem mail >= v2.8.0 gem 'pdfkit' gem 'rails-i18n' gem 'rubyXL' diff --git a/Gemfile.lock b/Gemfile.lock index 3e8d869b..a55ffa7d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,11 @@ +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://rubygems.org/ specs: @@ -59,7 +67,7 @@ GEM activerecord (7.0.8) activemodel (= 7.0.8) activesupport (= 7.0.8) - activerecord-postgis-adapter (8.0.2) + activerecord-postgis-adapter (8.0.3) activerecord (~> 7.0.0) rgeo-activerecord (~> 7.0.0) activestorage (7.0.8) @@ -99,7 +107,7 @@ GEM railties (>= 3.0) brakeman (6.0.1) builder (3.2.4) - bullet (7.0.7) + bullet (7.1.2) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) byebug (11.1.3) @@ -139,7 +147,7 @@ GEM faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.2) - ffi (1.15.5) + ffi (1.16.3) font-awesome-rails (4.7.0.8) railties (>= 3.2, < 8.0) gitlab (4.19.0) @@ -162,8 +170,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.6.3) kaminari (1.2.2) activesupport (>= 4.1.0) @@ -181,7 +187,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.21.3) + loofah (2.21.4) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -197,7 +203,7 @@ GEM minitest (5.20.0) msgpack (1.7.2) multi_xml (0.6.0) - net-imap (0.3.7) + net-imap (0.4.1) date net-protocol net-ldap (0.18.0) @@ -205,7 +211,7 @@ GEM net-protocol net-protocol (0.2.1) timeout - net-smtp (0.3.3) + net-smtp (0.4.0) net-protocol nio4r (2.5.9) nokogiri (1.15.4-x86_64-linux) @@ -214,7 +220,7 @@ GEM faraday (>= 1, < 3) sawyer (~> 0.9) parallel (1.23.0) - parser (3.2.2.3) + parser (3.2.2.4) ast (~> 2.4.1) racc pdfkit (0.8.7.3) @@ -274,18 +280,18 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - regexp_parser (2.8.1) + regexp_parser (2.8.2) rexml (3.2.6) rgeo (3.0.0) rgeo-activerecord (7.0.1) activerecord (>= 5.0) rgeo (>= 1.0.0) - rubocop (1.56.3) + rubocop (1.57.1) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -294,12 +300,12 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.29.0) parser (>= 3.2.1.0) - rubocop-minitest (0.31.1) + rubocop-minitest (0.32.2) rubocop (>= 1.39, < 2.0) rubocop-performance (1.19.1) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - rubocop-rails (2.21.1) + rubocop-rails (2.21.2) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) @@ -347,7 +353,7 @@ GEM turbolinks-source (5.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) uniform_notifier (1.16.0) web-console (4.2.1) actionview (>= 6.0.0) @@ -364,7 +370,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.11) + zeitwerk (2.6.12) PLATFORMS x86_64-linux @@ -387,14 +393,11 @@ DEPENDENCIES image_processing (~> 1.12) jbuilder (~> 2.7) jquery-rails - jquery-ui-rails + jquery-ui-rails! kaminari listen (~> 3.2) minitest - net-imap net-ldap - net-pop - net-smtp pdfkit pg (~> 1.2) pronto-rubocop