You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following warnings appear when executing rails s, rails c, rspec, and other commands:
/Users/aaronskiba/.rvm/rubies/ruby-2.7.6/lib/ruby/2.7.0/net/protocol.rb:66: warning: already initialized constant Net::ProtocRetryError
/Users/aaronskiba/.rvm/gems/[email protected]/gems/net-protocol-0.2.1/lib/net/protocol.rb:68: warning: previous definition of ProtocRetryError was here
/Users/aaronskiba/.rvm/rubies/ruby-2.7.6/lib/ruby/2.7.0/net/protocol.rb:206: warning: already initialized constant Net::BufferedIO::BUFSIZE
/Users/aaronskiba/.rvm/gems/[email protected]/gems/net-protocol-0.2.1/lib/net/protocol.rb:214: warning: previous definition of BUFSIZE was here
/Users/aaronskiba/.rvm/rubies/ruby-2.7.6/lib/ruby/2.7.0/net/protocol.rb:503: warning: already initialized constant Net::NetPrivate::Socket
/Users/aaronskiba/.rvm/gems/[email protected]/gems/net-protocol-0.2.1/lib/net/protocol.rb:541: warning: previous definition of Socket was here
I performed a quick test by setting ruby '>= 3.0.5' in Gemfile and then running bundle install. When I did this, the warnings disappeared. Since this upgrade is required for release v4.1.0, these warnings should eventually take care of themselves.
The following warnings appear when executing
rails s
,rails c
,rspec
, and other commands:Originally posted by @aaronskiba in #414 (comment)
The text was updated successfully, but these errors were encountered: