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