Skip to content

Comments

Fix CI: replace require_relative with require in -e context#2

Merged
jonathan-kosgei merged 1 commit intomainfrom
claude/ruby-ipdata-sdk-EtZpA
Feb 23, 2026
Merged

Fix CI: replace require_relative with require in -e context#2
jonathan-kosgei merged 1 commit intomainfrom
claude/ruby-ipdata-sdk-EtZpA

Conversation

@jonathan-kosgei
Copy link
Contributor

require_relative cannot infer basepath when used in ruby -e, causing LoadError. Using require instead works with the -Itest load path.

https://claude.ai/code/session_01CvCNpdSjh1STBdmS9n5DN9

require_relative cannot infer basepath when used in ruby -e, causing
LoadError. Using require instead works with the -Itest load path.

https://claude.ai/code/session_01CvCNpdSjh1STBdmS9n5DN9
@jonathan-kosgei jonathan-kosgei merged commit 295f731 into main Feb 23, 2026
0 of 4 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