diff --git a/Gemfile b/Gemfile index 0f7e4cc0..26855714 100644 --- a/Gemfile +++ b/Gemfile @@ -94,7 +94,7 @@ gem 'aws-sdk-s3' # Talk to the catalog # Frameworks gem 'activeadmin' -gem 'country_select', '~> 8.0' # 9.0 breaks active admin +gem 'country_select', '~> 10.0' # 9.0 breaks active admin gem 'graphiql-rails', '1.8.0' # https://github.com/rmosolgo/graphiql-rails/issues/106 gem 'graphql' diff --git a/Gemfile.lock b/Gemfile.lock index 75bde8bd..000bc401 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -164,10 +164,10 @@ GEM coderay (1.1.3) concurrent-ruby (1.3.4) connection_pool (2.4.1) - countries (5.7.2) + countries (7.0.0) unaccent (~> 0.3) - country_select (8.0.3) - countries (~> 5.0) + country_select (10.0.0) + countries (> 5.0, < 8.0) crass (1.0.6) csv (3.3.0) database_cleaner (2.0.2) @@ -671,7 +671,7 @@ DEPENDENCIES brakeman cancancan capybara - country_select (~> 8.0) + country_select (~> 10.0) database_cleaner debug devise