Skip to content

Commit

Permalink
test: include net-smtp for Rails 6.1 on MRI 3.1.
Browse files Browse the repository at this point in the history
Only Rails 7 has it noted as a dependency.
  • Loading branch information
pat committed Jan 9, 2022
1 parent 489bfb7 commit 806f20a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ if RUBY_VERSION.to_f > 2.4
gem "rubocop", "~> 0.92"
gem "rubocop-packaging", "~> 0.5"
end

# Required for testing Rails 6.1 on MRI 3.1+
gem "net-smtp" if RUBY_VERSION.to_f > 3.0

0 comments on commit 806f20a

Please sign in to comment.