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

chore(deps): update dependency simpleidn to v0.2.3 #116

Open
wants to merge 1 commit into
base: master
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 @@ -28,7 +28,7 @@ gem 'importmap-rails'
gem 'sprockets-rails'
gem 'pg_search'
gem "pagy", "~> 6.0"
gem 'simpleidn', '0.2.1'
gem 'simpleidn', '0.2.3'
gem 'faraday'
gem 'dry-initializer', '~> 3.1.0'
gem 'dry-validation'
Expand Down
8 changes: 2 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
simpleidn (0.2.1)
unf (~> 0.1.4)
simpleidn (0.2.3)
smart_properties (1.17.0)
spring (4.1.1)
sprockets (4.2.1)
Expand Down Expand Up @@ -502,9 +501,6 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unaccent (0.4.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.5.0)
uri (0.13.0)
validate_email (0.1.6)
Expand Down Expand Up @@ -588,7 +584,7 @@ DEPENDENCIES
rubocop-rails
selenium-webdriver
simplecov (= 0.21.2)
simpleidn (= 0.2.1)
simpleidn (= 0.2.3)
spring
sprockets-rails
strong_migrations
Expand Down