From 7e6039466488015ca4ae57da56d09bd6287ec64a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 21:00:42 +0000 Subject: [PATCH] Update countries requirement from = 4.0.1 to = 5.6.0 Updates the requirements on [countries](https://github.com/countries/countries) to permit the latest version. - [Release notes](https://github.com/countries/countries/releases) - [Changelog](https://github.com/countries/countries/blob/master/CHANGELOG.md) - [Commits](https://github.com/countries/countries/compare/v4.0.1...v.5.6.0) --- updated-dependencies: - dependency-name: countries dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- station.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/station.gemspec b/station.gemspec index 3441f55cf..1c0857bd7 100644 --- a/station.gemspec +++ b/station.gemspec @@ -75,7 +75,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency('neatjson', '0.9') spec.add_runtime_dependency('slack-notifier', '2.4.0') spec.add_runtime_dependency('titleize', '1.4.1') - spec.add_runtime_dependency('countries', '4.0.1') + spec.add_runtime_dependency('countries', '5.6.0') spec.add_runtime_dependency('country_select', '6.0.0') spec.add_runtime_dependency('smartling', '2.0.3') spec.add_runtime_dependency('newrelic_rpm', '7.2.0')