We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529f5dc commit 4ab1ed7Copy full SHA for 4ab1ed7
Gemfile-rails-dependencies
@@ -32,7 +32,7 @@ end
32
# automatically included. This issue was fixed on the Rails
33
# side in Rails 7.0.1, but is not yet fixed in the Rails 6.1.x
34
# branch. Discussion can be found here - https://github.com/mikel/mail/pull/1439
35
-if RUBY_VERSION >= '3.1' && version.split(' ').last < '7.0'
+if RUBY_VERSION >= '3.1'
36
gem 'net-smtp', require: false
37
gem 'net-imap', require: false
38
gem 'net-pop', require: false
0 commit comments