From 06246809c96aa05cffb54b30b8eaa6d417383467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:30:59 -0300 Subject: [PATCH] Bump dotenv-rails from 3.1.4 to 3.1.6 (#930) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index 6c50a6a9..c5b641fa 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem 'yaaf', '~> 3.0' group :development, :test do gem 'annotate', '~> 3.2', '>= 3.0.3' - gem 'dotenv-rails', '~> 3.1.4' + gem 'dotenv-rails', '~> 3.1.6' gem 'factory_bot_rails', '~> 6.4' gem 'faker', '~> 3.5' gem 'pry-byebug', '~> 3.9', platform: :mri diff --git a/Gemfile.lock b/Gemfile.lock index a41712f6..e333ef46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -170,7 +170,7 @@ GEM cssbundling-rails (1.4.1) railties (>= 6.0.0) csv (3.3.0) - date (3.4.0) + date (3.4.1) debug_inspector (1.2.0) delayed_job (4.1.13) activesupport (>= 3.0, < 9.0) @@ -185,9 +185,9 @@ GEM warden (~> 1.2.3) diff-lcs (1.5.1) docile (1.4.1) - dotenv (3.1.4) - dotenv-rails (3.1.4) - dotenv (= 3.1.4) + dotenv (3.1.6) + dotenv-rails (3.1.6) + dotenv (= 3.1.6) railties (>= 6.1) draper (4.0.2) actionpack (>= 5.0) @@ -294,7 +294,7 @@ GEM railties (>= 6.0) responders (>= 2) io-console (0.8.0) - irb (1.14.1) + irb (1.14.2) rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.13.0) @@ -331,7 +331,7 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.2) + logger (1.6.3) lograge (0.14.0) actionpack (>= 4) activesupport (>= 4) @@ -365,12 +365,12 @@ GEM net-protocol newrelic_rpm (9.16.1) nio4r (2.7.4) - nokogiri (1.17.1) + nokogiri (1.17.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.17.1-arm64-darwin) + nokogiri (1.17.2-arm64-darwin) racc (~> 1.4) - nokogiri (1.17.1-x86_64-linux) + nokogiri (1.17.2-x86_64-linux) racc (~> 1.4) octokit (9.2.0) faraday (>= 1, < 3) @@ -439,7 +439,7 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.1) + rails-html-sanitizer (1.6.2) loofah (~> 2.21) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) rails-i18n (7.0.9) @@ -470,7 +470,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (6.8.1) + rdoc (6.9.1) psych (>= 4.0.0) reek (6.3.0) dry-schema (~> 1.13.0) @@ -478,7 +478,7 @@ GEM rainbow (>= 2.0, < 4.0) rexml (~> 3.1) regexp_parser (2.9.3) - reline (0.5.12) + reline (0.6.0) io-console (~> 0.5) request_store (1.7.0) rack (>= 1.4) @@ -555,7 +555,7 @@ GEM sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) - securerandom (0.4.0) + securerandom (0.4.1) selenium-webdriver (4.27.0) base64 (~> 0.2) logger (~> 1.4) @@ -629,7 +629,7 @@ DEPENDENCIES delayed_job_active_record (~> 4.1) devise (~> 4.9) devise_token_auth! - dotenv-rails (~> 3.1.4) + dotenv-rails (~> 3.1.6) draper (~> 4.0, >= 4.0.1) factory_bot_rails (~> 6.4) faker (~> 3.5)