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
In the large Rails app I work on, we started getting errors of this form when we upgraded to Ruby 2.5:
Gem::LoadError (ipaddr is not part of the bundle. Add it to your Gemfile.)
We got such errors with a few different gems: csv, date, fileutils, ipaddr, and webrick. These are all default gems.
We removed pry-debundle for other reasons, but removing it turned out to fix this error as well. I tried reproducing the issue with a new Rails app, but I couldn't. I'm creating this issue so that maybe someone who's googling for the error will find it and save some time.
The text was updated successfully, but these errors were encountered:
patbl
changed the title
Gem::LoadError (ipaddr is not part of the bundle. Add it to your Gemfile.)
"Gem::LoadError (ipaddr is not part of the bundle. Add it to your Gemfile.)" after upgrading to Rails 2.5
Nov 6, 2018
In the large Rails app I work on, we started getting errors of this form when we upgraded to Ruby 2.5:
We got such errors with a few different gems:
csv
,date
,fileutils
,ipaddr
, andwebrick
. These are all default gems.We removed
pry-debundle
for other reasons, but removing it turned out to fix this error as well. I tried reproducing the issue with a new Rails app, but I couldn't. I'm creating this issue so that maybe someone who's googling for the error will find it and save some time.The text was updated successfully, but these errors were encountered: