From 4c30dec63082199f49abdeb899f4369e392b5b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 10:28:49 -0300 Subject: [PATCH] Bump draper from 4.0.2 to 4.0.4 (#963) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 21 +++++++++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index e5e31a80..d55096fc 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'cssbundling-rails', '~> 1.4', '>= 1.4.1' gem 'delayed_job_active_record', '~> 4.1' gem 'devise', '~> 4.9' gem 'devise_token_auth', github: 'lynndylanhurley/devise_token_auth' -gem 'draper', '~> 4.0', '>= 4.0.1' +gem 'draper', '~> 4.0' gem 'flipper', '~> 1.3.1' gem 'flipper-active_record', '~> 1.3.2' gem 'flipper-ui', '~> 1.3.2' diff --git a/Gemfile.lock b/Gemfile.lock index e07dae15..a340b295 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -189,7 +189,7 @@ GEM dotenv-rails (3.1.7) dotenv (= 3.1.7) railties (>= 6.1) - draper (4.0.2) + draper (4.0.4) actionpack (>= 5.0) activemodel (>= 5.0) activemodel-serializers-xml (>= 1.0) @@ -226,7 +226,7 @@ GEM dry-inflector (~> 1.0) dry-logic (~> 1.4) zeitwerk (~> 2.6) - erubi (1.13.0) + erubi (1.13.1) erubis (2.7.0) factory_bot (6.5.0) activesupport (>= 5.0.0) @@ -331,7 +331,7 @@ GEM activesupport (>= 4) railties (>= 4) request_store (~> 1.0) - loofah (2.23.1) + loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -359,9 +359,13 @@ GEM net-protocol newrelic_rpm (9.17.0) nio4r (2.7.4) - nokogiri (1.17.2) + nokogiri (1.18.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) + nokogiri (1.18.2-arm64-darwin) + racc (~> 1.4) + nokogiri (1.18.2-x86_64-linux-gnu) + racc (~> 1.4) octokit (9.2.0) faraday (>= 1, < 3) sawyer (~> 0.9) @@ -394,16 +398,17 @@ GEM pundit (2.4.0) activesupport (>= 3.0.0) racc (1.8.1) - rack (3.1.8) + rack (3.1.9) rack-cors (2.0.2) rack (>= 2.0.0) rack-protection (4.1.1) base64 (>= 0.1.0) logger (>= 1.6.0) rack (>= 3.0.0, < 4) - rack-session (2.0.0) + rack-session (2.1.0) + base64 (>= 0.1.0) rack (>= 3.0.0) - rack-test (2.1.0) + rack-test (2.2.0) rack (>= 1.3) rackup (2.2.1) rack (>= 3) @@ -617,7 +622,7 @@ DEPENDENCIES devise (~> 4.9) devise_token_auth! dotenv-rails (~> 3.1.6) - draper (~> 4.0, >= 4.0.1) + draper (~> 4.0) factory_bot_rails (~> 6.4) faker (~> 3.5) faraday-retry (~> 2.2)