Skip to content

Commit

Permalink
net/smtp isn't bundled by default from Ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
willnet committed Dec 13, 2021
1 parent d6bc5cc commit 9bd7070
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ platforms :ruby do
else
gem 'sqlite3'
end

gem 'net/smtp' if ENV['RAILS_VERSION'] == 'ruby-head'
end

platforms :jruby do
Expand Down

0 comments on commit 9bd7070

Please sign in to comment.