From a0fc28d5f600bf929ca11812dfc46895d415d109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 04:57:44 +0000 Subject: [PATCH] Update robots requirement from < 0.10.1 to < 0.10.2 Updates the requirements on [robots](https://github.com/fizx/robots) to permit the latest version. - [Release notes](https://github.com/fizx/robots/releases) - [Changelog](https://github.com/fizx/robots/blob/master/CHANGELOG) - [Commits](https://github.com/fizx/robots/compare/v0.7.3...v0.10.1) --- updated-dependencies: - dependency-name: robots dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- wayback_archiver.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayback_archiver.gemspec b/wayback_archiver.gemspec index 9582ac5..0a4c6a0 100644 --- a/wayback_archiver.gemspec +++ b/wayback_archiver.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |spec| spec.required_ruby_version = '>= 2.0.0' spec.add_runtime_dependency 'spidr', '~> 0.6.1' # Crawl sites - spec.add_runtime_dependency 'robots', '< 0.10.1' # Needed for spidr robots support + spec.add_runtime_dependency 'robots', '< 0.10.2' # Needed for spidr robots support spec.add_runtime_dependency 'concurrent-ruby', '~> 1.0' # Concurrency primitivies spec.add_runtime_dependency 'rexml', '~> 3.2.5'