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

Add a dash of modernity #158

Merged
merged 3 commits into from
Apr 9, 2019
Merged

Add a dash of modernity #158

merged 3 commits into from
Apr 9, 2019

Conversation

pbyrne
Copy link
Collaborator

@pbyrne pbyrne commented Apr 9, 2019

  • Permit to run with (API-compatible) AWS SDK v3
  • Update Travis build matrix to modern versions of Ruby

@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = Dir['spec/**/*']
spec.require_paths = ["lib"]

spec.add_dependency "aws-sdk", "~> 2"
spec.add_dependency "aws-sdk", ">= 2.0", "< 4.0"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Per the AWS upgrade docs, no code changes should be necessary. It'd be great, in a post-v2 world to tweak the dependencies to load just the pieces we need (aws-sdk-s3, aws-sdk-ec2, aws-sdk-opsworks, aws-sdk-iam I think covers it), but I don't think we can do that with v2 still in the mix. As-is, we continue to load the whole universe of AWS SDK code, which leaves us no worse off than with v2 (which was the only option available to us until they broke the pieces apart with v3).

Copy link
Contributor

@anfleene anfleene left a comment

Choose a reason for hiding this comment

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

lgtm

@anfleene anfleene merged commit b537bf6 into sportngin:master Apr 9, 2019
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.

None yet

2 participants