From afb4e42e21befac8bd9041c438f269572b523284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:51:17 +0000 Subject: [PATCH] Update country_select requirement from ~> 9.0 to >= 9, < 11 Updates the requirements on [country_select](https://github.com/countries/country_select) to permit the latest version. - [Release notes](https://github.com/countries/country_select/releases) - [Changelog](https://github.com/countries/country_select/blob/master/CHANGELOG.md) - [Commits](https://github.com/countries/country_select/compare/v9.0.0...v10.0.0) --- updated-dependencies: - dependency-name: country_select dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- essence.gemspec | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fab6c3d..cdeb6a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: essence (0.1.0) - country_select (~> 9.0) + country_select (>= 9, < 11) gretel (~> 5.0) importmap-rails (~> 2.0) inline_svg (~> 1.10) @@ -104,10 +104,10 @@ GEM xpath (~> 3.2) concurrent-ruby (1.3.4) connection_pool (2.4.1) - countries (6.0.1) + countries (7.0.0) unaccent (~> 0.3) - country_select (9.0.0) - countries (> 5.0, < 7.0) + country_select (10.0.0) + countries (> 5.0, < 8.0) crass (1.0.6) css_parser (1.19.0) addressable @@ -369,9 +369,9 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - essence! brakeman capybara + essence! lookbook puma rspec-github diff --git a/essence.gemspec b/essence.gemspec index aa09ea4..5732e8a 100644 --- a/essence.gemspec +++ b/essence.gemspec @@ -39,7 +39,7 @@ Gem::Specification.new do |spec| spec.required_ruby_version = '>= 3.3' - spec.add_dependency 'country_select', '~> 9.0' + spec.add_dependency 'country_select', '>= 9', '< 11' spec.add_dependency 'gretel', '~> 5.0' spec.add_dependency 'importmap-rails', '~> 2.0' spec.add_dependency 'inline_svg', '~> 1.10'