Skip to content

Commit

Permalink
avoid "already initialized constant errors" with net/protocol
Browse files Browse the repository at this point in the history
Add net-http to Gemfile as per:

ruby/net-imap#16 (comment)
  • Loading branch information
aspiers committed Jun 9, 2024
1 parent 034e55d commit 1f26ab3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem "coffee-rails"
# gem 'therubyracer', platforms: :ruby

gem "bootsnap", require: false
gem "net-http"

# Use jquery as the JavaScript library
gem "jquery-rails"
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ GEM
msgpack (1.7.2)
multi_xml (0.6.0)
nenv (0.3.0)
net-http (0.4.1)
uri
net-imap (0.4.12)
date
net-protocol
Expand Down Expand Up @@ -442,6 +444,7 @@ GEM
execjs (>= 0.3.0, < 3)
unicode-display_width (2.5.0)
unicode_utils (1.4.0)
uri (0.13.0)
version_gem (1.1.4)
warden (1.2.9)
rack (>= 2.0.9)
Expand Down Expand Up @@ -495,6 +498,7 @@ DEPENDENCIES
json
listen
messagebird-rest
net-http
normalize-rails
omniauth-facebook
omniauth-rails_csrf_protection (~> 0.1)
Expand Down

0 comments on commit 1f26ab3

Please sign in to comment.