Skip to content

Commit

Permalink
Merge pull request #2379 from AlchemyCMS/depfu/update/main/net-imap-0…
Browse files Browse the repository at this point in the history
….3.1

[ruby - main] Upgrade net-imap to version 0.3.1
  • Loading branch information
tvdeyen authored Nov 18, 2022
2 parents ea1f617 + 221ff62 commit c9c3246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if Gem.ruby_version >= Gem::Version.new("3.1.0")
if rails_version.to_s.match?(/6.1/)
# Rails 6.1 needs this as well
gem "net-pop", "~> 0.1.0", require: false
gem "net-imap", "~> 0.2.0", require: false
gem "net-imap", "~> 0.3.1", require: false
end
gem "net-smtp", "~> 0.3.0", require: false
end

0 comments on commit c9c3246

Please sign in to comment.