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

IE-539 Address Ruby 3 Changes to Kernel Behavior #20

Merged
merged 5 commits into from
Mar 6, 2024

Conversation

dezkowalski
Copy link

@dezkowalski dezkowalski commented Mar 6, 2024

In Ruby 2, Kernel.open worked for both local and remote files.
In Ruby 3, this was changed such that Kernel.open would only open local files.
URI.open became the prefered syntax for opening remote files.
ruby/open-uri@53862fa

Bug ticket

dezkowalski and others added 3 commits March 6, 2024 11:22
Co-authored-by: Nate Perry <nperry@mavenlink.com>
Co-authored-by: Nate Perry <nperry@mavenlink.com>
In Ruby 2, Kernel.open worked for both local and remote files.
In Ruby 3, this was changed such that Kernel.open would only open local files.
URI.open became the prefered syntax for opening remote files.
ruby/open-uri@53862fa

Co-authored-by: Nate Perry <nperry@mavenlink.com>
@@ -1,3 +1,3 @@
module QualtricsAPI
VERSION = "0.0.16".freeze
VERSION = "0.1.0".freeze
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this PR we did two things: 1. fix Kernel for Ruby 3 and 2. update bundler.
For the bundler update, we consider modern tooling compatibility to be a feature, hence we bumped a minor version instead of a patch version.

The semantic guideline we followed

dezkowalski and others added 2 commits March 6, 2024 14:00
Co-authored-by: Nate Perry <nperry@mavenlink.com>
Co-authored-by: Nate Perry <nperry@mavenlink.com>
@dezkowalski dezkowalski requested a review from a team March 6, 2024 21:05
@ncperry ncperry merged commit 2b610b9 into master Mar 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

5 participants