From a5a3f98eb70a115a94baa39541e0dcec17b66c65 Mon Sep 17 00:00:00 2001 From: Pedro Moreira Date: Tue, 3 Jan 2023 17:07:03 +0000 Subject: [PATCH] Prep for release: Update countries gem and bump version --- Gemfile.lock | 4 ++-- gemfiles/actionpack-5.2.gemfile.lock | 4 ++-- gemfiles/actionpack-6.0.gemfile.lock | 4 ++-- gemfiles/actionpack-6.1.gemfile.lock | 4 ++-- gemfiles/actionpack-7.0.gemfile.lock | 4 ++-- lib/country_select/version.rb | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c26bba7..a3b87f5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - country_select (8.0.0) + country_select (8.0.1) countries (~> 5.0) GEM @@ -28,7 +28,7 @@ GEM builder (3.2.4) coderay (1.1.3) concurrent-ruby (1.1.10) - countries (5.2.1) + countries (5.3.0) unaccent (~> 0.3) crass (1.0.6) diff-lcs (1.5.0) diff --git a/gemfiles/actionpack-5.2.gemfile.lock b/gemfiles/actionpack-5.2.gemfile.lock index 29b4ca9..0e8f8eb 100644 --- a/gemfiles/actionpack-5.2.gemfile.lock +++ b/gemfiles/actionpack-5.2.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - country_select (8.0.0) + country_select (8.0.1) countries (~> 5.0) GEM @@ -28,7 +28,7 @@ GEM builder (3.2.4) coderay (1.1.3) concurrent-ruby (1.1.10) - countries (5.2.1) + countries (5.3.0) unaccent (~> 0.3) crass (1.0.6) diff-lcs (1.5.0) diff --git a/gemfiles/actionpack-6.0.gemfile.lock b/gemfiles/actionpack-6.0.gemfile.lock index c05e282..e846476 100644 --- a/gemfiles/actionpack-6.0.gemfile.lock +++ b/gemfiles/actionpack-6.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - country_select (8.0.0) + country_select (8.0.1) countries (~> 5.0) GEM @@ -29,7 +29,7 @@ GEM builder (3.2.4) coderay (1.1.3) concurrent-ruby (1.1.10) - countries (5.2.1) + countries (5.3.0) unaccent (~> 0.3) crass (1.0.6) diff-lcs (1.5.0) diff --git a/gemfiles/actionpack-6.1.gemfile.lock b/gemfiles/actionpack-6.1.gemfile.lock index 0a6381d..2e4d155 100644 --- a/gemfiles/actionpack-6.1.gemfile.lock +++ b/gemfiles/actionpack-6.1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - country_select (8.0.0) + country_select (8.0.1) countries (~> 5.0) GEM @@ -29,7 +29,7 @@ GEM builder (3.2.4) coderay (1.1.3) concurrent-ruby (1.1.10) - countries (5.2.1) + countries (5.3.0) unaccent (~> 0.3) crass (1.0.6) diff-lcs (1.5.0) diff --git a/gemfiles/actionpack-7.0.gemfile.lock b/gemfiles/actionpack-7.0.gemfile.lock index 6cd420a..873663f 100644 --- a/gemfiles/actionpack-7.0.gemfile.lock +++ b/gemfiles/actionpack-7.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - country_select (8.0.0) + country_select (8.0.1) countries (~> 5.0) GEM @@ -28,7 +28,7 @@ GEM builder (3.2.4) coderay (1.1.3) concurrent-ruby (1.1.10) - countries (5.2.1) + countries (5.3.0) unaccent (~> 0.3) crass (1.0.6) diff-lcs (1.5.0) diff --git a/lib/country_select/version.rb b/lib/country_select/version.rb index 7e2911f..2531b28 100644 --- a/lib/country_select/version.rb +++ b/lib/country_select/version.rb @@ -1,3 +1,3 @@ module CountrySelect - VERSION = '8.0.0' + VERSION = '8.0.1' end