chezou / pollynomial

AWS Polly wrapper for Ruby: Text to speech gem
MIT License
6 stars 4 forks source link

Update to aws 3 #5

Closed phortx closed 4 years ago

phortx commented 6 years ago
Bundler could not find compatible versions for gem "aws-sdk-core":
  In Gemfile:
    pollynomial (~> 0.1.2) was resolved to 0.1.2, which depends on
      aws-sdk-polly (= 1.0.0.rc2) was resolved to 1.0.0.rc2, which depends on
        aws-sdk-core (= 3.0.0.rc1)

    aws-sdk-s3 was resolved to 1.8.2, which depends on
      aws-sdk-core (~> 3)

Bundler could not find compatible versions for gem "aws-sdk-s3":
  In Gemfile:
    aws-sdk-s3

Could not find gem 'aws-sdk-s3' in any of the sources.

Could you release a version of pollynomial which depends on aws ~> 3 ?

fabiohsl commented 6 years ago

I am facing same issue.