-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Aws::VERSION is not up #1592
Comments
@k1LoW Thanks for catching, working on fix this |
A side note is that for core version, it's tracking VERSION file instead, which has the correct version, I'll remove the redundant one. |
PR has been merged, closing : ) |
Sorry, newbie here. I get this error 'uninitialized constant Aws::VERSION' when loading my page after using the gem 'aws-sdk'. How do I remove the version file? Will it fix this? Thank you in advance! |
@JaganNarayanan Could you provide more context? Which version of the gem are you on? I tried install the |
Gemfile config/environment/production.rb That was my code. I also tried using older versions of the gem, 1 & 2 but I get the same version error. Any help would be much appreciated, thanks! |
Possible side effect: thoughtbot/paperclip#2484 |
Issue description
Aws::VERSION is not up
Gem name ('aws-sdk', 'aws-sdk-resources' or service gems like 'aws-sdk-s3') and its version
Version of Ruby, OS environment
Code snippets / steps to reproduce
https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-core/lib/aws-sdk-core/version.rb#L2
The text was updated successfully, but these errors were encountered: