Skip to content

Commit

Permalink
Merge pull request #123 from stanhu/sh-fix-net-protocol-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tpitale authored Apr 25, 2021
2 parents b16fc97 + e18e7a1 commit 6f5cdc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: ruby
rvm:
- 2.5
- 2.6
- 2.7
- 3.0
Expand Down
3 changes: 3 additions & 0 deletions mail_room.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Gem::Specification.new do |gem|

# for testing delivery methods
gem.add_development_dependency "faraday"
# Ruby v3.0.0 made net-http a default gem. This dependency is needed to eliminate
# warnings when faraday is used. See https://github.com/lostisland/faraday-net_http/pull/5.
gem.add_development_dependency "net-http", "~> 0.1"
gem.add_development_dependency "mail"
gem.add_development_dependency "letter_opener"
gem.add_development_dependency "redis", "~> 3.3.1"
Expand Down

0 comments on commit 6f5cdc2

Please sign in to comment.