From 184befee3cd7dc433c2b5caef8756fe133434fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 15:08:45 +0000 Subject: [PATCH] :arrow_up: Update dotenv requirement from ~> 2.8 to >= 2.8, < 4.0 Updates the requirements on [dotenv](https://github.com/bkeepers/dotenv) to permit the latest version. - [Release notes](https://github.com/bkeepers/dotenv/releases) - [Changelog](https://github.com/bkeepers/dotenv/blob/v2.8.1/Changelog.md) - [Commits](https://github.com/bkeepers/dotenv/compare/v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: dotenv dependency-version: 2.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- percy-appium-app.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/percy-appium-app.gemspec b/percy-appium-app.gemspec index b49dab8..c219331 100644 --- a/percy-appium-app.gemspec +++ b/percy-appium-app.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |spec| spec.require_paths = ['percy'] spec.add_runtime_dependency 'appium_lib', '>= 11.2.0' - spec.add_runtime_dependency 'dotenv', '~> 2.8' + spec.add_runtime_dependency 'dotenv', '>= 2.8', '< 4.0' spec.add_development_dependency 'bundler', '~> 2.4' spec.add_development_dependency 'minitest', '~> 5.20'