From 4081331a3e8c9992fa0328a0353e587ced3b19f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 07:27:40 +0000 Subject: [PATCH] Update dependency dotenv-rails to v3 --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 1bd4d0c..d586334 100644 --- a/Gemfile +++ b/Gemfile @@ -82,7 +82,7 @@ gem 'activeadmin_addons', '~> 1.4' gem 'active_admin_import', '~> 5.0' gem 'pundit', '~> 2.0' gem 'httparty', '~> 0.17' -gem 'dotenv-rails', '~> 2.7' +gem 'dotenv-rails', '~> 3.0' gem 'et_azure_insights', '0.3.2', git: 'https://github.com/hmcts/et-azure-insights.git', tag: 'v0.3.2' diff --git a/Gemfile.lock b/Gemfile.lock index 11da780..a604ef3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -142,7 +142,7 @@ GEM nokogiri (~> 1, >= 1.10.8) base64 (0.2.0) bcrypt (3.1.20) - benchmark (0.3.0) + benchmark (0.4.0) bigdecimal (3.1.8) bindex (0.8.1) builder (3.3.0) @@ -173,10 +173,10 @@ GEM docker-api (2.2.0) excon (>= 0.47.0) multi_json - dotenv (2.8.1) - dotenv-rails (2.8.1) - dotenv (= 2.8.1) - railties (>= 3.2) + dotenv (3.1.4) + dotenv-rails (3.1.4) + dotenv (= 3.1.4) + railties (>= 6.1) drb (2.2.1) erubi (1.13.0) et-orbi (1.2.11) @@ -290,7 +290,7 @@ GEM racc (~> 1.4) orm_adapter (0.5.0) pg (1.5.4) - psych (5.1.2) + psych (5.2.0) stringio pundit (2.3.1) activesupport (>= 3.0.0) @@ -348,7 +348,7 @@ GEM psych (>= 4.0.0) redcarpet (3.6.0) redis (4.8.1) - reline (0.5.10) + reline (0.5.11) io-console (~> 0.5) require_all (3.0.0) responders (3.1.1) @@ -385,7 +385,7 @@ GEM sprockets (> 3.0) sprockets-rails tilt - securerandom (0.3.1) + securerandom (0.3.2) sentry-rails (5.16.1) railties (>= 5.0) sentry-ruby (~> 5.16.1) @@ -421,7 +421,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - stringio (3.1.1) + stringio (3.1.2) thor (1.3.2) tilt (2.3.0) timeout (0.4.1) @@ -464,7 +464,7 @@ DEPENDENCIES byebug coffee-rails (~> 5.0) devise (~> 4.7) - dotenv-rails (~> 2.7) + dotenv-rails (~> 3.0) et_azure_insights (= 0.3.2)! et_full_system_control! httparty (~> 0.17)