Skip to content

Commit

Permalink
add net-http to Gemfile to avoid warnings #1403
Browse files Browse the repository at this point in the history
explained and recommended at ruby/net-imap#16 (comment)
  • Loading branch information
stuzart committed Mar 27, 2023
1 parent 0b80f2e commit 552b8a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ gem 'remotipart', '~> 1.4.4' # Allows file upload in AJAX forms

gem 'rails-static-router'

gem 'net-http'

group :production do
gem 'passenger'
end
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,8 @@ GEM
mysql2 (0.5.3)
namae (1.1.1)
nesty (1.0.2)
net-http (0.3.2)
uri
net-http-digest_auth (1.4.1)
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
Expand Down Expand Up @@ -868,6 +870,7 @@ GEM
unicorn-rails (2.2.1)
rack
unicorn
uri (0.12.0)
uuid (2.3.9)
macaddr (~> 1.0)
validate_email (0.1.6)
Expand Down Expand Up @@ -985,6 +988,7 @@ DEPENDENCIES
minitest-reporters
my_responds_to_parent!
mysql2
net-http
nokogiri (~> 1.13.10)
omniauth (~> 2.1.0)
omniauth-github
Expand Down

0 comments on commit 552b8a3

Please sign in to comment.