Skip to content

Commit

Permalink
Update countries to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmor committed Feb 17, 2024
1 parent a96c2f8 commit 87ce0c5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
country_select (8.0.3)
countries (~> 5.0)
countries (> 5.0, < 7.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -39,7 +39,7 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
countries (5.7.2)
countries (6.0.0)
unaccent (~> 0.3)
crass (1.0.6)
diff-lcs (1.5.1)
Expand Down
2 changes: 1 addition & 1 deletion country_select.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec', '~> 3'
s.add_development_dependency 'simplecov', '~> 0.22'

s.add_dependency 'countries', '~> 5.0'
s.add_dependency 'countries', '> 5.0', '< 7.0'
end
4 changes: 2 additions & 2 deletions gemfiles/actionpack-6.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
country_select (8.0.3)
countries (~> 5.0)
countries (> 5.0, < 7.0)

GEM
remote: https://rubygems.org/
Expand All @@ -29,7 +29,7 @@ GEM
builder (3.2.4)
coderay (1.1.3)
concurrent-ruby (1.2.3)
countries (5.7.2)
countries (6.0.0)
unaccent (~> 0.3)
crass (1.0.6)
diff-lcs (1.5.1)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/actionpack-7.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
country_select (8.0.3)
countries (~> 5.0)
countries (> 5.0, < 7.0)

GEM
remote: https://rubygems.org/
Expand All @@ -28,7 +28,7 @@ GEM
builder (3.2.4)
coderay (1.1.3)
concurrent-ruby (1.2.3)
countries (5.7.2)
countries (6.0.0)
unaccent (~> 0.3)
crass (1.0.6)
diff-lcs (1.5.1)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/actionpack-7.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
country_select (8.0.3)
countries (~> 5.0)
countries (> 5.0, < 7.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -39,7 +39,7 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
countries (5.7.2)
countries (6.0.0)
unaccent (~> 0.3)
crass (1.0.6)
diff-lcs (1.5.1)
Expand Down

0 comments on commit 87ce0c5

Please sign in to comment.