Skip to content

Commit

Permalink
Merge pull request Shopify#1674 from Shopify/dependabot/bundler/net-s…
Browse files Browse the repository at this point in the history
…mtp-0.4.0

Bump net-smtp from 0.3.3 to 0.4.0
  • Loading branch information
vinistock authored Sep 26, 2023
2 parents a599a47 + fdfcf5e commit acf5659
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 144 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ group :development, :test do
# net-smtp was removed from default gems in Ruby 3.1, but is used by the `mail` gem.
# So we need to add it as a dependency until `mail` is fixed:
# https://github.com/rails/rails/blob/0919aa97260ab8240150278d3b07a1547489e3fd/Gemfile#L178-L191
gem "net-smtp", "0.3.3", require: false
gem "net-smtp", "0.4.0", require: false
end

group :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ GEM
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-smtp (0.4.0)
net-protocol
netrc (0.11.0)
nio4r (2.5.9)
Expand Down Expand Up @@ -409,7 +409,7 @@ DEPENDENCIES
minitest
minitest-hooks
minitest-reporters
net-smtp (= 0.3.3)
net-smtp (= 0.4.0)
nokogiri
pry
pry-byebug
Expand Down
Loading

0 comments on commit acf5659

Please sign in to comment.