Skip to content

Commit b04404b

Browse files
Bump country_select from 8.0.1 to 10.0.0
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]>
1 parent d858976 commit b04404b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ gem 'bootsnap', '~> 1.13', require: false
4444
gem 'bootstrap-multiselect-rails', '~> 0.9.9'
4545
gem 'chartkick'
4646
gem 'coderay', '~> 1.0'
47-
gem 'country_select', '~> 8.0'
47+
gem 'country_select', '~> 10.0'
4848
gem 'draper', '~> 4.0'
4949
gem 'faker'
5050
gem 'fastly'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ GEM
142142
coderay (1.1.3)
143143
concurrent-ruby (1.3.4)
144144
connection_pool (2.3.0)
145-
countries (5.3.1)
145+
countries (7.0.0)
146146
unaccent (~> 0.3)
147-
country_select (8.0.1)
148-
countries (~> 5.0)
147+
country_select (10.0.0)
148+
countries (> 5.0, < 8.0)
149149
crass (1.0.6)
150150
database_cleaner (2.0.1)
151151
database_cleaner-active_record (~> 2.0.0)
@@ -547,7 +547,7 @@ DEPENDENCIES
547547
capybara (~> 3.37)
548548
chartkick
549549
coderay (~> 1.0)
550-
country_select (~> 8.0)
550+
country_select (~> 10.0)
551551
database_cleaner (~> 2.0)
552552
devise (~> 4.8)
553553
diffy

0 commit comments

Comments
 (0)