Skip to content

Commit acf7698

Browse files
committed
Go back to released version of net-smtp
1 parent d34aa4d commit acf7698

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ end
129129
gem "aws-sdk-sns", require: false
130130
gem "webmock"
131131
gem "httpclient", github: "nahi/httpclient", branch: "master", require: false
132-
gem "net-smtp", github: "ruby/net-smtp", ref: "d496a829f9b99adb44ecc1768c4d005e5f7b779e", require: false
133132

134133
# Add your own local bundler stuff.
135134
local_gemfile = File.expand_path(".Gemfile", __dir__)

Gemfile.lock

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ GIT
1717
rdoc (>= 5.0)
1818
rouge
1919

20-
GIT
21-
remote: https://github.com/ruby/net-smtp.git
22-
revision: d496a829f9b99adb44ecc1768c4d005e5f7b779e
23-
ref: d496a829f9b99adb44ecc1768c4d005e5f7b779e
24-
specs:
25-
net-smtp (0.5.0)
26-
net-protocol
27-
2820
PATH
2921
remote: .
3022
specs:
@@ -404,6 +396,8 @@ GEM
404396
net-ssh (>= 2.6.5, < 8.0.0)
405397
net-sftp (4.0.0)
406398
net-ssh (>= 5.0.0, < 8.0.0)
399+
net-smtp (0.5.1)
400+
net-protocol
407401
net-ssh (7.3.0)
408402
nio4r (2.7.4)
409403
nokogiri (1.18.1)
@@ -709,7 +703,6 @@ DEPENDENCIES
709703
minitest-retry
710704
msgpack (>= 1.7.0)
711705
mysql2 (~> 0.5)
712-
net-smtp!
713706
nokogiri (>= 1.8.1, != 1.11.0)
714707
pg (~> 1.3)
715708
prism

0 commit comments

Comments
 (0)