Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump country_select from 8.0.3 to 10.0.0 #813

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
###################

gem 'solid_queue' # New queue system coming to Rails 8
gem "mission_control-jobs" # Admin backend for jobs

Check failure on line 64 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

# Needs to be as early as possible to do it's job
gem 'dotenv-rails', require: 'dotenv/load' # , groups: [:development, :test] # Load env variables in dev
Expand Down Expand Up @@ -94,7 +94,7 @@

# Frameworks
gem 'activeadmin'
gem 'country_select', '~> 8.0' # 9.0 breaks active admin
gem 'country_select', '~> 10.0' # 9.0 breaks active admin
gem 'graphiql-rails', '1.8.0' # https://github.com/rmosolgo/graphiql-rails/issues/106
gem 'graphql'

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
countries (5.7.2)
countries (7.0.0)
unaccent (~> 0.3)
country_select (8.0.3)
countries (~> 5.0)
country_select (10.0.0)
countries (> 5.0, < 8.0)
crass (1.0.6)
csv (3.3.0)
database_cleaner (2.0.2)
Expand Down Expand Up @@ -671,7 +671,7 @@ DEPENDENCIES
brakeman
cancancan
capybara
country_select (~> 8.0)
country_select (~> 10.0)
database_cleaner
debug
devise
Expand Down
Loading