File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('3')
25
25
# the 'async' gem that relies on the latest ruby, since RubyGems doesn't
26
26
# resolve gems based on the required ruby version.
27
27
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
33
28
end
34
29
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
+
35
35
gemspec
36
36
37
37
# 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
71
71
gem ' solidus' , github: ' solidusio/solidus' , branch: ' $BRANCH'
72
72
gem ' rails-i18n'
73
73
gem ' solidus_i18n'
74
+ gem ' net-smtp' , require: false
74
75
75
76
gem ' $extension_name' , path: ' ..'
76
77
You can’t perform that action at this time.
0 commit comments