diff --git a/Gemfile b/Gemfile index 621ebc6..178ea70 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 4ed78b6..8217a17 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)