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

Ruby 3.4 dependency gemspec change #73

Merged
merged 2 commits into from
Sep 2, 2024
Merged

Conversation

DRSisco
Copy link
Contributor

@DRSisco DRSisco commented Aug 28, 2024

csv.rb was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec. Also contact author of postgres-copy-1.7.1 to add csv into its gemspec.

```
csv.rb was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec. Also contact author of postgres-copy-1.7.1 to add csv into its gemspec.
```
@diogob
Copy link
Owner

diogob commented Sep 2, 2024

thanks for the PR @DRSisco , we just will have to figure out what broke the CI. Could you try pushing an updated Gemfile.lock?

@DRSisco
Copy link
Contributor Author

DRSisco commented Sep 2, 2024

I can do that, I'm out today, but I can do it early tomorrow morning.

@DRSisco
Copy link
Contributor Author

DRSisco commented Sep 2, 2024

@diogob, I had time to push up Gemfile.lock, I hope that resolves the CI.

@diogob
Copy link
Owner

diogob commented Sep 2, 2024

@DRSisco that did the trick. I'm going to release a new minor version

@diogob diogob merged commit 0f43d27 into diogob:master Sep 2, 2024
3 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