From ad1ab0b7434db9c65a0148b7d2410c86f14ef8e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:09:07 +0000 Subject: [PATCH] Update tempfile requirement from = 0.1.3 to = 0.2.1 Updates the requirements on [tempfile](https://github.com/ruby/tempfile) to permit the latest version. - [Release notes](https://github.com/ruby/tempfile/releases) - [Commits](https://github.com/ruby/tempfile/compare/v0.1.3...v0.2.1) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lazylead.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lazylead.gemspec b/lazylead.gemspec index 6fa8229..8555dd5 100644 --- a/lazylead.gemspec +++ b/lazylead.gemspec @@ -71,7 +71,7 @@ tasks instead of solving technical problems." s.add_runtime_dependency "rufus-scheduler", "3.9.1" s.add_runtime_dependency "slop", "4.10.1" s.add_runtime_dependency "sqlite3", "1.4.4" - s.add_runtime_dependency "tempfile", "0.1.3" + s.add_runtime_dependency "tempfile", "0.2.1" s.add_runtime_dependency "tilt", "2.0.10" s.add_runtime_dependency "tzinfo", "2.0.4" s.add_runtime_dependency "tzinfo-data", "1.2023.3" @@ -95,6 +95,6 @@ tasks instead of solving technical problems." s.add_development_dependency "rubocop-rspec", "2.20.0" s.add_development_dependency "ruby-prof", "1.4.3" s.add_development_dependency "sqlint", "0.2.1" - s.add_development_dependency "tempfile", "0.1.3" + s.add_development_dependency "tempfile", "0.2.1" s.metadata = { "rubygems_mfa_required" => "false" } end