From 871854f40c7582c44625dbefd0b1f7c8014d4660 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Tue, 9 Jan 2024 12:07:06 -0600 Subject: [PATCH] Bundle update --- Gemfile | 3 +- Gemfile.lock | 108 ++++++++++++++++++++++++++------------------------- 2 files changed, 58 insertions(+), 53 deletions(-) diff --git a/Gemfile b/Gemfile index ace69023e..7a32db430 100644 --- a/Gemfile +++ b/Gemfile @@ -81,6 +81,7 @@ gem 'popper_js' gem 'twitter-typeahead-rails', '0.11.1.pre.corejavascript' gem 'geoblacklight', '~> 4.1' gem 'geoblacklight_admin', "~> 0.4.0" +gem 'git', ">= 1.13" gem "rubyzip", ">= 1.3.0" gem "awesome_print" @@ -105,7 +106,7 @@ gem 'statesman', '~> 10.0' gem 'sidekiq', '~> 6.4' gem 'sidekiq-failures', '~> 1.0.0' gem 'down', '~> 5.0' -gem 'addressable', '~> 2.5.0' +gem 'addressable', '~> 2.0' gem 'handlebars_assets', '~> 0.23.0' gem 'geoblacklight-icons', git: 'https://github.com/geoblacklight/geoblacklight-icons.git', :ref => '84da81140e7ef93e7241b7753c01d7f709216f2b' gem 'solr_wrapper', git: 'https://github.com/cbeer/solr_wrapper.git', branch: 'master' diff --git a/Gemfile.lock b/Gemfile.lock index 69ad79f54..33eb3b27f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM rails-html-sanitizer (~> 1.1, >= 1.2.0) active_record_query_trace (1.8.2) activerecord (>= 6.0.0) - active_storage_validations (1.1.3) + active_storage_validations (1.1.4) activejob (>= 5.2.0) activemodel (>= 5.2.0) activestorage (>= 5.2.0) @@ -111,8 +111,8 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.6) + public_suffix (>= 2.0.2, < 6.0) afm (0.2.2) airrecord (1.0.12) faraday (>= 1.0, < 3.0) @@ -120,23 +120,23 @@ GEM net-http-persistent amazing_print (1.5.0) ansi (1.5.0) - appsignal (3.4.12) + appsignal (3.5.3) rack attr_json (2.3.0) activerecord (>= 6.0.0, < 7.2) autoprefixer-rails (10.4.16.0) execjs (~> 2) awesome_print (1.9.2) - axe-core-api (4.7.0) + axe-core-api (4.8.0) dumb_delegator virtus axiom-types (0.1.1) descendants_tracker (~> 0.0.4) ice_nine (~> 0.11.0) thread_safe (~> 0.3, >= 0.3.1) - base64 (0.2.0) bcp47_spec (0.2.1) bcrypt (3.1.20) + bigdecimal (3.1.5) bindex (0.8.1) blacklight (7.33.1) deprecation @@ -153,11 +153,11 @@ GEM jquery-rails rails (>= 3.0) tether-rails - blazer (2.6.5) - activerecord (>= 5) - chartkick (>= 3.2) - railties (>= 5) - safely_block (>= 0.1.1) + blazer (3.0.2) + activerecord (>= 6.1) + chartkick (>= 5) + railties (>= 6.1) + safely_block (>= 0.4) bootsnap (1.9.4) msgpack (~> 1.0) bootstrap (4.6.2) @@ -181,12 +181,12 @@ GEM capybara-selenium (0.0.6) capybara selenium-webdriver - carrierwave (1.3.3) + carrierwave (1.3.4) activemodel (>= 4.0.0) activesupport (>= 4.0.0) mime-types (>= 1.16) ssrf_filter (~> 1.0, < 1.1.0) - chartkick (5.0.4) + chartkick (5.0.5) chosen-rails (1.10.0) coffee-rails (>= 3.2) railties (>= 3.0) @@ -229,21 +229,21 @@ GEM responders warden (~> 1.2.3) devise-bootstrap-views (1.1.0) - devise-guests (0.8.1) + devise-guests (0.8.2) devise devise_invitable (2.0.9) actionmailer (>= 5.0) devise (>= 4.6) diff-lcs (1.5.0) - domain_name (0.6.20231109) + domain_name (0.6.20240107) dot-properties (0.1.4) bundler (>= 2.2.33) dotenv (2.8.1) dotenv-rails (2.8.1) dotenv (= 2.8.1) railties (>= 3.2) - down (5.2.2) - addressable (~> 2.5) + down (5.4.1) + addressable (~> 2.8) dry-configurable (1.1.0) dry-core (~> 1.0, < 2) zeitwerk (~> 2.6) @@ -264,7 +264,8 @@ GEM dry-logic (>= 1.4, < 2) dry-types (>= 1.7, < 2) zeitwerk (~> 2.6) - dry-types (1.7.1) + dry-types (1.7.2) + bigdecimal (~> 3.0) concurrent-ruby (~> 1.0) dry-core (~> 1.0) dry-inflector (~> 1.0) @@ -284,20 +285,19 @@ GEM actionmailer (>= 4.0, < 7) activesupport (>= 4.0, < 7) execjs (2.9.1) - factory_bot (6.2.1) + factory_bot (6.4.5) activesupport (>= 5.0.0) - factory_bot_rails (6.2.0) - factory_bot (~> 6.2.0) + factory_bot_rails (6.4.3) + factory_bot (~> 6.4) railties (>= 5.0.0) - faraday (2.7.12) - base64 - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.2) + faraday (2.9.0) + faraday-net_http (>= 2.0, < 3.2) + faraday-net_http (3.1.0) + net-http faraday-net_http_persistent (2.1.0) faraday (~> 2.5) net-http-persistent (~> 4.0) - fastimage (2.2.7) + fastimage (2.3.0) ffi (1.16.3) ffi-compiler (1.0.1) ffi (>= 1.0.0) @@ -358,7 +358,8 @@ GEM sprockets (< 4) statesman (~> 10.0) geocoder (1.8.2) - git (1.11.0) + git (1.19.0) + addressable (~> 2.8) rchardet (~> 1.8) globalid (1.2.1) activesupport (>= 6.1) @@ -369,14 +370,14 @@ GEM execjs (~> 2.0) sprockets (>= 2.0.0) tilt (>= 1.2) - hashdiff (1.0.1) + hashdiff (1.1.0) hashery (2.1.2) hashie (5.0.0) - http (5.0.1) - addressable (~> 2.3) + http (5.1.1) + addressable (~> 2.8) http-cookie (~> 1.0) http-form_data (~> 2.2) - llhttp-ffi (~> 0.3.0) + llhttp-ffi (~> 0.4.0) http-cookie (1.0.5) domain_name (~> 0.5) http-form_data (2.3.0) @@ -400,8 +401,8 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json-schema (2.8.1) - addressable (>= 2.4) + json-schema (4.1.1) + addressable (>= 2.8) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -429,8 +430,8 @@ GEM simple_form (>= 4.0, < 6.0) traject (~> 3.0, >= 3.1.0.rc1) tty-command (>= 0.8.2, < 2) - launchy (2.4.3) - addressable (~> 2.3) + launchy (2.5.2) + addressable (~> 2.8) ldpath (1.2.0) nokogiri (~> 1.8) parslet @@ -442,7 +443,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - llhttp-ffi (0.3.1) + llhttp-ffi (0.4.0) ffi-compiler (~> 1.0) rake (~> 13.0) loofah (2.22.0) @@ -466,7 +467,7 @@ GEM matrix (0.4.2) memory_profiler (0.9.14) method_source (1.0.0) - mime-types (3.5.1) + mime-types (3.5.2) mime-types-data (~> 3.2015) mime-types-data (3.2023.1205) mimemagic (0.4.3) @@ -486,19 +487,21 @@ GEM ruby-progressbar msgpack (1.7.2) multi_xml (0.6.0) + net-http (0.4.1) + uri net-http-persistent (4.0.2) connection_pool (~> 2.2) - net-imap (0.4.7) + net-imap (0.4.9.1) date net-protocol net-pop (0.1.2) net-protocol net-protocol (0.2.2) timeout - net-smtp (0.4.0) + net-smtp (0.4.0.1) net-protocol nio4r (2.7.0) - nokogiri (1.15.5) + nokogiri (1.16.0) mini_portile2 (~> 2.8.2) racc (~> 1.4) noticed (1.6.3) @@ -513,7 +516,7 @@ GEM parslet (2.0.0) pastel (0.8.0) tty-color (~> 0.5) - pdf-reader (2.11.0) + pdf-reader (2.12.0) Ascii85 (~> 1.0) afm (~> 0.2.1) hashery (~> 2.0) @@ -526,7 +529,7 @@ GEM rails (>= 4.0) typhoeus (~> 0.7, >= 0.7.3) popper_js (1.16.1) - public_suffix (3.1.1) + public_suffix (5.0.4) puma (5.6.8) nio4r (~> 2.0) qa (5.11.0) @@ -587,7 +590,7 @@ GEM rdf-vocab (3.3.0) rdf (~> 3.3) redis (4.8.1) - regexp_parser (2.8.1) + regexp_parser (2.9.0) request_store (1.5.1) rack (>= 1.4) responders (3.1.1) @@ -622,7 +625,6 @@ GEM ruby-rc4 (0.1.5) ruby-vips (2.2.0) ffi (~> 1.12) - ruby2_keywords (0.0.5) rubyzip (2.3.2) safely_block (0.4.0) sanitize (6.1.0) @@ -649,7 +651,7 @@ GEM tilt scrub_rb (1.0.1) sd_notify (0.1.1) - selenium-webdriver (4.12.0) + selenium-webdriver (4.16.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -660,7 +662,7 @@ GEM down (~> 5.0) http (>= 3.2, < 6) shrine (>= 3.0.0.rc, < 4) - sidekiq (6.5.9) + sidekiq (6.5.12) connection_pool (>= 2.2.5, < 3) rack (~> 2.0) redis (>= 4.5.0, < 5) @@ -672,7 +674,7 @@ GEM sitemap_generator (6.0.2) builder (~> 3.0) slop (4.10.1) - spring (4.1.1) + spring (4.1.3) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -680,7 +682,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.4) + sqlite3 (1.7.0) mini_portile2 (~> 2.8.0) ssrf_filter (1.0.8) stackprof (0.2.25) @@ -723,7 +725,8 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.9.1) - view_component (2.82.0) + uri (0.13.0) + view_component (2.83.0) activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) @@ -742,7 +745,7 @@ GEM activesupport (>= 4.2) rack-proxy (>= 0.6.1) railties (>= 4.2) - websocket (1.2.9) + websocket (1.2.10) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -759,7 +762,7 @@ PLATFORMS DEPENDENCIES active_record_query_trace active_storage_validations - addressable (~> 2.5.0) + addressable (~> 2.0) appsignal awesome_print axe-core-api @@ -792,6 +795,7 @@ DEPENDENCIES geoblacklight-icons! geoblacklight_admin (~> 0.4.0) geoblacklight_sidecar_images! + git (>= 1.13) haml handlebars_assets (~> 0.23.0) image_processing (>= 1.2)