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

Prepare for Ruby 3.4 release - add dependencies on previously default gems (base64/bigdecimal) #2986

Merged
merged 6 commits into from
Feb 12, 2024

Conversation

alextwoods
Copy link
Contributor

@alextwoods alextwoods commented Feb 12, 2024

Fixes #2984

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

  1. To make sure we include your contribution in the release notes, please make sure to add description entry for your changes in the "unreleased changes" section of the CHANGELOG.md file (at corresponding gem). For the description entry, please make sure it lives in one line and starts with Feature or Issue in the correct format.

  2. For generated code changes, please checkout below instructions first:
    https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md

Thank you for your contribution!

@@ -381,10 +387,7 @@
"addPlugins": [
"Aws::EC2::Plugins::CopyEncryptedSnapshot",
"Aws::EC2::Plugins::RegionValidation"
],
"dependencies": {
"aws-sigv4": "~> 1.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm thinking that we are getting rid of the aws-sigv4 dependency here since it is already noted in the core, right? No reason to restate this dependency in both areas and etc.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not only is it a dependency in core - the codegen already separately adds it as a dependency: https://github.com/aws/aws-sdk-ruby/blob/version-3/build_tools/services.rb#L162

@alextwoods alextwoods merged commit 21f8d23 into version-3 Feb 12, 2024
26 checks passed
@alextwoods alextwoods deleted the add_deps branch February 12, 2024 18:28
alextwoods added a commit that referenced this pull request Feb 12, 2024
… default gems (base64/bigdecimal) (#2986)"

This reverts commit 21f8d23.
alextwoods added a commit that referenced this pull request Feb 12, 2024
…eviously default gems (base64/bigdecimal) (#2986)""

This reverts commit 96ad359.
jterapin added a commit that referenced this pull request Feb 13, 2024
…es on previously default gems (base64/bigdecimal) (#2986)"""

This reverts commit df59fee.
alextwoods added a commit that referenced this pull request Feb 13, 2024
…pendencies on previously default gems (base64/bigdecimal) (#2986)""""

This reverts commit e1e8f9d.
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.

Gem displays deprecation warning in ruby 3.3
3 participants