This repository was archived by the owner on Apr 17, 2024. It is now read-only.
This repository was archived by the owner on Apr 17, 2024. It is now read-only.
random_user_agent causes conflict with gem browser #103
The
browsergem defines a Browser module whereas therandom_user_agentgem used in this gem defines Browser as a class.Putting both in a Gemfile produces a TypeError
Browser is not a class