diff --git a/Gemfile b/Gemfile index 4d37dc73..ebd9e2bc 100644 --- a/Gemfile +++ b/Gemfile @@ -90,7 +90,7 @@ gem "zk", "~> 1.10" gem "nokogiri", ">= 1.13.9" gem "nla-blacklight_common", git: "https://github.com/nla/nla-blacklight_common", branch: "main" -gem "blacklight_range_limit", "~> 8.0", "< 9" +gem "blacklight_range_limit", "~> 9.2" # gem "blacklight_range_limit", "~> 8.0", "< 9" # For local development, comment out above ⤴️ and uncomment below ⤵️ # gem "nla-blacklight_common", path: "../nla-blacklight_common" diff --git a/Gemfile.lock b/Gemfile.lock index 15912f93..c8c63aac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,13 +6,13 @@ GIT nla-blacklight_common (0.3.4) activerecord-session_store (~> 2.0) annotaterb - blacklight (>= 8.0.0, < 9) + blacklight (>= 8.0.0, < 10) brakeman bundler-audit connection_pool devise omniauth-keycloak (~> 1.4) - omniauth-rails_csrf_protection (~> 1.0) + omniauth-rails_csrf_protection (>= 1, < 3) rails (>= 7.2, < 8.2) rsolr (>= 1.0, < 3) zk (~> 1.10) @@ -124,21 +124,20 @@ GEM bindex (0.8.1) binding_of_caller (1.0.1) debug_inspector (>= 1.2.0) - blacklight (8.11.0) + blacklight (8.12.3) globalid i18n (>= 1.7.0) jbuilder (~> 2.7) kaminari (>= 0.15) ostruct (>= 0.3.2) rails (>= 6.1, < 9) - view_component (>= 2.74, < 4) + view_component (>= 2.74, < 5) zeitwerk blacklight-locale_picker (1.3.0) rails (>= 5.2.3, < 9) - blacklight_range_limit (8.4.0) - blacklight (>= 7.25.2, < 9) - deprecation - view_component (>= 2.54, < 4) + blacklight_range_limit (9.2.0) + blacklight (>= 7.25.2, < 10) + view_component (>= 2.54, < 5) bootsnap (1.19.0) msgpack (~> 1.2) brakeman (7.1.0) @@ -157,8 +156,8 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) cgi (0.4.2) - concurrent-ruby (1.3.5) - connection_pool (2.5.5) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) crack (1.0.0) bigdecimal rexml @@ -170,7 +169,7 @@ GEM activerecord (>= 5.a) database_cleaner-core (~> 2.0) database_cleaner-core (2.0.1) - date (3.5.0) + date (3.5.1) debug (1.11.0) irb (~> 1.10) reline (>= 0.3.8) @@ -209,7 +208,7 @@ GEM dotenv (3.1.8) drb (2.2.3) dry-initializer (3.2.0) - erb (5.1.3) + erb (6.0.1) erubi (1.13.1) factory_bot (6.5.5) activesupport (>= 6.1.0) @@ -263,10 +262,10 @@ GEM http-form_data (2.3.0) httpclient (2.9.0) mutex_m - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) - io-console (0.8.1) - irb (1.15.3) + io-console (0.8.2) + irb (1.16.0) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) @@ -310,7 +309,7 @@ GEM activesupport (>= 4) railties (>= 4) request_store (~> 1.0) - loofah (2.24.1) + loofah (2.25.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.9.0) @@ -327,11 +326,11 @@ GEM marcel (1.1.0) matrix (0.4.3) memory_profiler (1.1.0) - method_source (1.1.0) mini_histogram (0.3.1) mini_mime (1.1.5) minitar (1.0.2) - minitest (5.26.2) + minitest (6.0.0) + prism (~> 1.5) msgpack (1.8.0) multi_json (1.15.0) multi_xml (0.7.2) @@ -341,7 +340,7 @@ GEM bigdecimal net-http (0.6.0) uri - net-imap (0.5.12) + net-imap (0.6.2) date net-protocol net-pop (0.1.2) @@ -390,7 +389,7 @@ GEM prism (1.6.0) prometheus-client (4.2.5) base64 - psych (5.2.6) + psych (5.3.1) date stringio public_suffix (6.0.2) @@ -409,7 +408,7 @@ GEM rack (>= 3.0.0) rack-test (2.2.0) rack (>= 1.3) - rackup (2.2.1) + rackup (2.3.1) rack (>= 3) rails (8.0.3) actioncable (= 8.0.3) @@ -447,7 +446,7 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.3.1) - rdoc (6.15.1) + rdoc (7.0.1) erb psych (>= 4.0.0) tsort @@ -456,7 +455,7 @@ GEM redis-client (0.26.1) connection_pool regexp_parser (2.11.3) - reline (0.6.2) + reline (0.6.3) io-console (~> 0.5) request_store (1.7.0) rack (>= 1.4) @@ -576,11 +575,11 @@ GEM rubocop-performance (~> 1.25.0) stimulus-rails (1.3.4) railties (>= 6.0.0) - stringio (3.1.7) + stringio (3.2.0) strong_migrations (2.5.1) activerecord (>= 7.1) thor (1.4.0) - timeout (0.4.4) + timeout (0.6.0) traject (3.8.3) concurrent-ruby (>= 0.8.0) csv @@ -612,10 +611,10 @@ GEM uri (1.1.1) useragent (0.16.11) version_gem (1.1.8) - view_component (3.23.2) - activesupport (>= 5.2.0, < 8.1) + view_component (4.1.1) + actionview (>= 7.1.0, < 8.2) + activesupport (>= 7.1.0, < 8.2) concurrent-ruby (~> 1) - method_source (~> 1.0) warden (1.2.9) rack (>= 2.0.9) web-console (4.2.1) @@ -652,7 +651,7 @@ GEM railties yabeda (~> 0.8) yell (2.2.2) - zeitwerk (2.7.3) + zeitwerk (2.7.4) zk (1.10.0) zookeeper (~> 1.5.0) zookeeper (1.5.5) @@ -670,7 +669,7 @@ DEPENDENCIES better_errors binding_of_caller blacklight-locale_picker - blacklight_range_limit (~> 8.0, < 9) + blacklight_range_limit (~> 9.2) bootsnap brakeman bundler-audit