mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 19:55:10 +00:00
Bump countries from 7.1.1 to 8.0.2 (#115)
Bumps [countries](https://github.com/countries/countries) from 7.1.1 to 8.0.2. - [Release notes](https://github.com/countries/countries/releases) - [Changelog](https://github.com/countries/countries/blob/master/CHANGELOG.md) - [Upgrade guide](https://github.com/countries/countries/blob/master/UPGRADE.md) - [Commits](https://github.com/countries/countries/compare/v7.1.1...v8.0.2) --- updated-dependencies: - dependency-name: countries dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
93ff684221
commit
ece585abc5
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -101,7 +101,7 @@ gem "jquery-rails", "~> 4.6"
|
|||
|
||||
gem "country-select", "~> 1.2"
|
||||
|
||||
gem "countries", "~> 7.1"
|
||||
gem "countries", "~> 8.0"
|
||||
|
||||
gem "good_job", "~> 4.11"
|
||||
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ GEM
|
|||
cocoon (1.2.15)
|
||||
concurrent-ruby (1.3.5)
|
||||
connection_pool (2.5.3)
|
||||
countries (7.1.1)
|
||||
countries (8.0.2)
|
||||
unaccent (~> 0.3)
|
||||
country-select (1.2.1)
|
||||
crass (1.0.6)
|
||||
|
|
@ -649,7 +649,7 @@ DEPENDENCIES
|
|||
brakeman
|
||||
capybara
|
||||
cocoon (~> 1.2)
|
||||
countries (~> 7.1)
|
||||
countries (~> 8.0)
|
||||
country-select (~> 1.2)
|
||||
csv (~> 3.3)
|
||||
debug
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue