From bd36ef242e172a57513d4eae1e162d3e3861971a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 5 Mar 2024 18:56:04 +0000 Subject: [PATCH] Update bundle --- Gemfile | 1 + Gemfile.lock | 28 +++++++++++++--------------- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index 832b96c9a..0b7e25ec9 100644 --- a/Gemfile +++ b/Gemfile @@ -53,6 +53,7 @@ gem "bootstrap_form", "~> 5.0" gem "cancancan" gem "config" gem "delayed_job_active_record" +gem "dry-validation" gem "frozen_record" gem "http_accept_language", "~> 2.1.1" gem "i18n-js", "~> 3.9.2" diff --git a/Gemfile.lock b/Gemfile.lock index 384a3055b..d57b4c5e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,7 +95,7 @@ GEM autoprefixer-rails (10.4.16.0) execjs (~> 2) aws-eventstream (1.3.0) - aws-partitions (1.894.0) + aws-partitions (1.895.0) aws-sdk-core (3.191.3) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) @@ -153,9 +153,8 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) concurrent-ruby (1.2.3) - config (5.1.0) + config (5.3.0) deep_merge (~> 1.2, >= 1.2.1) - dry-validation (~> 1.0, >= 1.0.0) connection_pool (2.4.1) crack (1.0.0) bigdecimal @@ -186,8 +185,7 @@ GEM doorkeeper-openid_connect (1.8.8) doorkeeper (>= 5.5, < 5.7) jwt (>= 2.5) - drb (2.2.0) - ruby2_keywords + drb (2.2.1) dry-configurable (1.1.0) dry-core (~> 1.0, < 2) zeitwerk (~> 2.6) @@ -303,7 +301,7 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (2.7.1) - jwt (2.8.0) + jwt (2.8.1) base64 kgio (2.11.4) kramdown (2.4.0) @@ -325,7 +323,7 @@ GEM net-imap net-pop net-smtp - marcel (1.0.2) + marcel (1.0.4) matrix (0.4.2) maxminddb (0.1.22) mini_magick (4.12.0) @@ -406,7 +404,7 @@ GEM parser (3.3.0.5) ast (~> 2.4.1) racc - pg (1.5.5) + pg (1.5.6) popper_js (2.11.8) progress (3.6.0) psych (5.1.2) @@ -417,7 +415,7 @@ GEM quad_tile (1.0.1) racc (1.7.3) rack (2.2.8.1) - rack-cors (2.0.1) + rack-cors (2.0.2) rack (>= 2.0.0) rack-openid (1.4.2) rack (>= 1.1.0) @@ -487,7 +485,7 @@ GEM rouge (4.2.0) rtlcss (0.2.1) mini_racer (>= 0.6.3) - rubocop (1.60.2) + rubocop (1.61.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -498,8 +496,8 @@ GEM rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.1) + parser (>= 3.3.0.4) rubocop-capybara (2.20.0) rubocop (~> 1.41) rubocop-factory_bot (2.25.1) @@ -510,18 +508,17 @@ GEM rubocop-performance (1.20.2) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) - rubocop-rails (2.23.1) + rubocop-rails (2.24.0) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) ruby-openid (2.9.2) ruby-progressbar (1.13.0) ruby-vips (2.2.1) ffi (~> 1.12) - ruby2_keywords (0.0.5) rubyzip (2.3.2) sanitize (6.1.0) crass (~> 1.0.2) @@ -619,6 +616,7 @@ DEPENDENCIES doorkeeper doorkeeper-i18n doorkeeper-openid_connect + dry-validation erb_lint factory_bot_rails faraday -- 2.39.5