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

Does not work with Ruby < 3.0.4 #4

Open
tagliala opened this issue Oct 1, 2021 · 5 comments
Open

Does not work with Ruby < 3.0.4 #4

tagliala opened this issue Oct 1, 2021 · 5 comments

Comments

@tagliala
Copy link
Member

tagliala commented Oct 1, 2021

ruby/ostruct#21

@tagliala
Copy link
Member Author

tagliala commented Oct 2, 2021

This is an issue with the ostruct library shipped with stable 3.x ruby versions

ostruct 0.4.0 is not affected, so if you need compatibility with 3.0 please add gem 'ostruct', '0.4.0' to your gemfile

@tagliala
Copy link
Member Author

Does not work with 3.0.3

The ostruct version shipped with Ruby 3.0.3 breaks API Config

@tagliala tagliala changed the title Does not work with Ruby 3.x Does not work with Ruby 3.0.x Nov 28, 2021
@tagliala
Copy link
Member Author

tagliala commented Nov 28, 2021

I do not understand well what's going on

image

Ruby 3.0.3 appears to ship ostruct 0.3.1, which is broken. So, if you are using Ruby 3.0.x, please add

gem 'ostruct', '> 0.3.1' # Ref: ifad/api-config#4

to your Gemfile and api-config should work

@tagliala
Copy link
Member Author

Closing here

@tagliala
Copy link
Member Author

Reopening for tracking purposes

@tagliala tagliala reopened this Dec 14, 2023
@tagliala tagliala changed the title Does not work with Ruby 3.0.x Does not work with Ruby < 3.0.4 Jan 13, 2024
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

No branches or pull requests

1 participant