Skip to content

Commit

Permalink
Update CHANGELOG and gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
pmor committed Jan 4, 2025
1 parent 37ffc2b commit e6a6030
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 10.0.1 2025-01-04

* Add Ruby 3.4 and Rails 8.0 to the test matrix and drop Rails 6.1 tests. by @pmor in https://github.com/countries/country_select/pull/228

## 10.0.0 2024-09-29

* Drop support for Ruby 3.0 (EOL 2024-04-23) (@pmor)
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 (10.0.0)
country_select (10.0.1)
countries (> 5.0, < 8.0)

GEM
Expand All @@ -28,7 +28,7 @@ GEM
builder (3.3.0)
coderay (1.1.3)
concurrent-ruby (1.3.4)
countries (7.0.0)
countries (7.1.0)
unaccent (~> 0.3)
crass (1.0.6)
diff-lcs (1.5.1)
Expand Down
7 changes: 4 additions & 3 deletions gemfiles/actionpack-7.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
country_select (10.0.0)
country_select (10.0.1)
countries (> 5.0, < 8.0)

GEM
Expand Down Expand Up @@ -43,7 +43,7 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
countries (7.0.0)
countries (7.1.0)
unaccent (~> 0.3)
crass (1.0.6)
date (3.4.1)
Expand Down Expand Up @@ -88,7 +88,8 @@ GEM
stringio
racc (1.8.1)
rack (3.1.8)
rack-session (2.0.0)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.2.0)
rack (>= 1.3)
Expand Down
7 changes: 4 additions & 3 deletions gemfiles/actionpack-7.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
country_select (10.0.0)
country_select (10.0.1)
countries (> 5.0, < 8.0)

GEM
Expand Down Expand Up @@ -43,7 +43,7 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
countries (7.0.0)
countries (7.1.0)
unaccent (~> 0.3)
crass (1.0.6)
date (3.4.1)
Expand Down Expand Up @@ -91,7 +91,8 @@ GEM
stringio
racc (1.8.1)
rack (3.1.8)
rack-session (2.0.0)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.2.0)
rack (>= 1.3)
Expand Down
7 changes: 4 additions & 3 deletions gemfiles/actionpack-8.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
country_select (10.0.0)
country_select (10.0.1)
countries (> 5.0, < 8.0)

GEM
Expand Down Expand Up @@ -43,7 +43,7 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
countries (7.0.0)
countries (7.1.0)
unaccent (~> 0.3)
crass (1.0.6)
date (3.4.1)
Expand Down Expand Up @@ -87,7 +87,8 @@ GEM
stringio
racc (1.8.1)
rack (3.1.8)
rack-session (2.0.0)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.2.0)
rack (>= 1.3)
Expand Down

0 comments on commit e6a6030

Please sign in to comment.