Skip to content

Commit

Permalink
Update dependency simpleidn to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent f1e1bdd commit 86bf6ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'rails', '>= 6.0.3.1'
gem 'recaptcha', '~> 5.8', require: 'recaptcha/rails'
gem 'sassc', '~> 2.4'
gem 'sassc-rails'
gem 'simpleidn', '0.2.1' # For Punycode
gem 'simpleidn', '0.2.3' # For Punycode
gem 'uglifier'

group :development do
Expand Down
8 changes: 2 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simpleidn (0.2.1)
unf (~> 0.1.4)
simpleidn (0.2.3)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand All @@ -222,9 +221,6 @@ GEM
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicorn (6.0.0)
kgio (~> 2.6)
raindrops (~> 0.7)
Expand Down Expand Up @@ -262,7 +258,7 @@ DEPENDENCIES
sassc-rails
selenium-webdriver
simplecov (= 0.17.1)
simpleidn (= 0.2.1)
simpleidn (= 0.2.3)
uglifier
unicorn
webmock
Expand Down

0 comments on commit 86bf6ff

Please sign in to comment.