the40san / dotenv-s3

load your dotenv from s3
MIT License
3 stars 4 forks source link

Not usable with aws-sdk-3 #6

Open maxp-edcast opened 5 years ago

maxp-edcast commented 5 years ago

Getting the following error when I try and install aws-sdk-3:

Bundler could not find compatible versions for gem "aws-sdk-core":
  In snapshot (Gemfile.lock):
    aws-sdk-core (= 2.3.4)

  In Gemfile:
    dotenv-s3 was resolved to 0.2.2, which depends on
      aws-sdk (~> 2) was resolved to 2.3.4, which depends on
        aws-sdk-resources (= 2.3.4) was resolved to 2.3.4, which depends on
          aws-sdk-core (= 2.3.4)

    aws-sdk-s3 was resolved to 1.0.0.rc5, which depends on
      aws-sdk-core (= 3.0.0.rc1)
the40san commented 5 years ago

👀