From 9c064c263819b96309b9289e825819eb606080f2 Mon Sep 17 00:00:00 2001 From: Henrik Nyh Date: Fri, 29 Jul 2022 12:33:56 +0100 Subject: [PATCH] Update installation instructions - Latest version. - "country_select_without_sort_alphabetical" is no longer supported since that dependency is gone. --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index d022f65..06a7399 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,7 @@ gem install country_select Or put the following in your Gemfile ```ruby -gem 'country_select', '~> 6.0' -``` - -If you don't want to require `sort_alphabetical` (it depends on `unicode_utils` which is known to use lots of memory) you can opt out of using it as follows: - -```ruby -gem 'country_select', require: 'country_select_without_sort_alphabetical' +gem 'country_select', '~> 8.0' ``` ## Usage