Skip to content

Commit

Permalink
Fix active admin country_select issue
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Nov 4, 2023
1 parent 13b5783 commit 1f08890
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ gem "aws-sdk-rails" # Send emails via SES

# Frameworks
gem "activeadmin"
gem "country-select"
gem "country_select"
gem "graphql"
gem "graphiql-rails" , "1.8.0" # https://github.com/rmosolgo/graphiql-rails/issues/106
gem "delayed-web"
Expand Down
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,10 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
country-select (1.2.1)
countries (5.7.0)
unaccent (~> 0.3)
country_select (8.0.3)
countries (~> 5.0)
crass (1.0.6)
curb (1.0.5)
daemons (1.4.1)
Expand Down Expand Up @@ -561,6 +564,7 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unaccent (0.4.0)
unicode-display_width (2.5.0)
warden (1.2.9)
rack (>= 2.0.9)
Expand Down Expand Up @@ -591,7 +595,7 @@ DEPENDENCIES
bootsnap
cancancan
capybara
country-select
country_select
curb
daemons
database_cleaner
Expand Down

0 comments on commit 1f08890

Please sign in to comment.