Skip to content

Commit

Permalink
Bump country_select from 8.0.3 to 9.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.3 to 9.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.3...v9.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 Mar 11, 2024
1 parent a319150 commit f2950bd
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 @@ -55,7 +55,7 @@ gem "bugsnag", "~> 6.26"
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]

# Misc gems required for the app
gem "country_select", "~> 8.0.3"
gem "country_select", "~> 9.0.0"
gem "trix-rails", require: "trix"
gem "react-rails", "~> 3.2"

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
countries (5.7.1)
countries (6.0.0)
unaccent (~> 0.3)
country_select (8.0.3)
countries (~> 5.0)
country_select (9.0.0)
countries (> 5.0, < 7.0)
crass (1.0.6)
cssbundling-rails (1.4.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -488,7 +488,7 @@ DEPENDENCIES
bootsnap
bugsnag (~> 6.26)
capybara
country_select (~> 8.0.3)
country_select (~> 9.0.0)
cssbundling-rails (~> 1.4)
debug
devise (~> 4.9)
Expand Down

0 comments on commit f2950bd

Please sign in to comment.