File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('3')
2525 # the 'async' gem that relies on the latest ruby, since RubyGems doesn't
2626 # resolve gems based on the required ruby version.
2727 gem 'async' , '< 3' , require : false
28-
29- # 'net/smtp' is required by 'mail', see:
30- # - https://github.com/ruby/net-protocol/issues/10
31- # - https://stackoverflow.com/a/72474475
32- gem 'net-smtp' , require : false
3328end
3429
30+ # 'net/smtp' is required by 'mail', see:
31+ # - https://github.com/ruby/net-protocol/issues/10
32+ # - https://stackoverflow.com/a/72474475
33+ gem 'net-smtp' , require : false
34+
3535gemspec
3636
3737# Use a local Gemfile to include development dependencies that might not be
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ cat <<RUBY >> Gemfile
7171gem ' solidus' , github: ' solidusio/solidus' , branch: ' $BRANCH'
7272gem ' rails-i18n'
7373gem ' solidus_i18n'
74+ gem ' net-smtp' , require: false
7475
7576gem ' $extension_name' , path: ' ..'
7677
You can’t perform that action at this time.
0 commit comments