Skip to content

Commit

Permalink
Update countries gem and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pmor committed Jan 4, 2025
1 parent b3144a4 commit 37ffc2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
countries (7.0.0)
countries (7.1.0)
unaccent (~> 0.3)
crass (1.0.6)
diff-lcs (1.5.1)
Expand Down Expand Up @@ -83,7 +83,8 @@ GEM
method_source (~> 1.0)
racc (1.8.1)
rack (3.1.8)
rack-session (2.0.0)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.2.0)
rack (>= 1.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/country_select/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CountrySelect
VERSION = '10.0.0'
VERSION = '10.0.1'
end

0 comments on commit 37ffc2b

Please sign in to comment.