From f2950bd0489f5341e6aa24b55c0904e3d2d42ac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:41:05 +0000 Subject: [PATCH] Bump country_select from 8.0.3 to 9.0.0 Bumps [country_select](https://github.com/countries/country_select) from 8.0.3 to 9.0.0. - [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/v8.0.3...v9.0.0) --- updated-dependencies: - dependency-name: country_select dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b66f50e..e7786b5 100644 --- a/Gemfile +++ b/Gemfile @@ -55,7 +55,7 @@ gem "bugsnag", "~> 6.26" gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby] # Misc gems required for the app -gem "country_select", "~> 8.0.3" +gem "country_select", "~> 9.0.0" gem "trix-rails", require: "trix" gem "react-rails", "~> 3.2" diff --git a/Gemfile.lock b/Gemfile.lock index f92dccd..4783488 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -129,10 +129,10 @@ GEM coderay (1.1.3) concurrent-ruby (1.2.3) connection_pool (2.4.1) - countries (5.7.1) + countries (6.0.0) unaccent (~> 0.3) - country_select (8.0.3) - countries (~> 5.0) + country_select (9.0.0) + countries (> 5.0, < 7.0) crass (1.0.6) cssbundling-rails (1.4.0) railties (>= 6.0.0) @@ -488,7 +488,7 @@ DEPENDENCIES bootsnap bugsnag (~> 6.26) capybara - country_select (~> 8.0.3) + country_select (~> 9.0.0) cssbundling-rails (~> 1.4) debug devise (~> 4.9)