From 13caa829642ec29ab1df02ff3a372823153b5a26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 09:57:07 +0000 Subject: [PATCH] Bump dotenv-rails from 2.8.1 to 3.1.8 Bumps [dotenv-rails](https://github.com/bkeepers/dotenv) from 2.8.1 to 3.1.8. - [Release notes](https://github.com/bkeepers/dotenv/releases) - [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md) - [Commits](https://github.com/bkeepers/dotenv/compare/v2.8.1...v3.1.8) --- updated-dependencies: - dependency-name: dotenv-rails dependency-version: 3.1.8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 89d0bd2..bb10be8 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem "sassc-rails" gem "json", "~> 2.10", ">= 2.10.2" gem "pg" group :development, :test do - gem "dotenv-rails", "~> 2.7" # use 2.7 to avoid the removed `instrumenter=` method + gem "dotenv-rails", "~> 3.1" # use 2.7 to avoid the removed `instrumenter=` method end gem "rack-cors" gem "htmlbeautifier" diff --git a/Gemfile.lock b/Gemfile.lock index e2fa0cc..7f9a2db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,16 +103,16 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) concurrent-ruby (1.3.5) - connection_pool (2.5.0) + connection_pool (2.5.1) crass (1.0.6) date (3.4.1) debug (1.10.0) irb (~> 1.10) reline (>= 0.3.8) - dotenv (2.8.1) - dotenv-rails (2.8.1) - dotenv (= 2.8.1) - railties (>= 3.2) + dotenv (3.1.8) + dotenv-rails (3.1.8) + dotenv (= 3.1.8) + railties (>= 6.1) drb (2.2.1) ed25519 (1.3.0) erubi (1.13.1) @@ -152,17 +152,17 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (2.10.2) - kamal (1.9.2) + kamal (2.5.3) activesupport (>= 7.0) base64 (~> 0.2) bcrypt_pbkdf (~> 1.0) concurrent-ruby (~> 1.2) - dotenv (~> 2.8) + dotenv (~> 3.1) ed25519 (~> 1.2) - net-ssh (~> 7.0) + net-ssh (~> 7.3) sshkit (>= 1.23.0, < 2.0) - thor (~> 1.2) - zeitwerk (~> 2.5) + thor (~> 1.3) + zeitwerk (>= 2.6.18, < 3.0) language_server-protocol (3.17.0.4) lint_roller (1.1.0) logger (1.7.0) @@ -234,7 +234,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.1.12) + rack (3.1.13) rack-cors (2.0.2) rack (>= 2.0.0) rack-session (2.1.0) @@ -409,7 +409,7 @@ DEPENDENCIES brakeman capybara debug - dotenv-rails (~> 2.7) + dotenv-rails (~> 3.1) htmlbeautifier importmap-rails jbuilder