Skip to content

Commit

Permalink
Bump country_select from 8.0.1 to 10.0.0
Browse files Browse the repository at this point in the history
Bumps [country_select](https://github.com/countries/country_select) from 8.0.1 to 10.0.0.
- [Release notes](https://github.com/countries/country_select/releases)
- [Changelog](https://github.com/countries/country_select/blob/master/CHANGELOG.md)
- [Commits](countries/country_select@v8.0.1...v10.0.0)

---
updated-dependencies:
- dependency-name: country_select
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent d858976 commit b04404b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gem 'bootsnap', '~> 1.13', require: false
gem 'bootstrap-multiselect-rails', '~> 0.9.9'
gem 'chartkick'
gem 'coderay', '~> 1.0'
gem 'country_select', '~> 8.0'
gem 'country_select', '~> 10.0'
gem 'draper', '~> 4.0'
gem 'faker'
gem 'fastly'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.3.0)
countries (5.3.1)
countries (7.0.0)
unaccent (~> 0.3)
country_select (8.0.1)
countries (~> 5.0)
country_select (10.0.0)
countries (> 5.0, < 8.0)
crass (1.0.6)
database_cleaner (2.0.1)
database_cleaner-active_record (~> 2.0.0)
Expand Down Expand Up @@ -547,7 +547,7 @@ DEPENDENCIES
capybara (~> 3.37)
chartkick
coderay (~> 1.0)
country_select (~> 8.0)
country_select (~> 10.0)
database_cleaner (~> 2.0)
devise (~> 4.8)
diffy
Expand Down

0 comments on commit b04404b

Please sign in to comment.