Skip to content

Commit

Permalink
Merge pull request #214 from countries/prep_8.0.1_release
Browse files Browse the repository at this point in the history
Prep for release: Update countries gem and bump version
  • Loading branch information
pmor authored Jan 3, 2023
2 parents 6334393 + a5a3f98 commit d4e121e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
country_select (8.0.0)
country_select (8.0.1)
countries (~> 5.0)

GEM
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/actionpack-5.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
country_select (8.0.0)
country_select (8.0.1)
countries (~> 5.0)

GEM
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/actionpack-6.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
country_select (8.0.0)
country_select (8.0.1)
countries (~> 5.0)

GEM
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/actionpack-6.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
country_select (8.0.0)
country_select (8.0.1)
countries (~> 5.0)

GEM
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/actionpack-7.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
country_select (8.0.0)
country_select (8.0.1)
countries (~> 5.0)

GEM
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/country_select/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CountrySelect
VERSION = '8.0.0'
VERSION = '8.0.1'
end

0 comments on commit d4e121e

Please sign in to comment.