-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
aws-sdk gem 3.0.1+ raises uninitialized constant Aws::VERSION
#2484
Comments
|
you'll get the same error with |
So is there any fix for this? A workaround? Something? |
OK, I found a workaround. Instead of simply specifying Long-term this is NOT a good solution, but if you're like me and just trying to get off ground zero temporarily its 'a' solution while Paperclip gets updated. |
@rlugge you can specify it as |
A workaround to keep using ''>= 2.0'' # config/initializers/aws.rb
Aws::VERSION = Gem.loaded_specs["aws-sdk"].version |
Is there a way to not include the whole |
@tomrossi7 There's a PR working on this: #2481 |
See next commit for CHANGELOGs. Will not work without updating aws-sdk as well, see thoughtbot/paperclip#2484
|
I think this is happening because
aws-sdk
gem has removed the constantAws::VERSION
, which is used by Paperclip here and here.The text was updated successfully, but these errors were encountered: