Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require ostruct in Capybara::Mechanize::Browser #75

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

tomstuart
Copy link
Contributor

The #last_request method uses the OpenStruct class, so we need to load it first.

I don’t know why this didn’t cause problems sooner. Perhaps a dependency used to require 'ostruct' and has stopped doing so in a newer version.

The #last_request method uses the `OpenStruct` class, so we need to load
it first.
@phillbaker
Copy link
Owner

Thanks! Makes sense, must be an issue with dependencies as you mention. Sorry for the slow turn around.

@phillbaker phillbaker merged commit 0f961b8 into phillbaker:master Aug 11, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants