Commit 78da760b564c7f91d566f8f648533c409968f40c

Authored by Andrew Kane
1 parent 6d888a90

Added min version to faraday_middleware-aws-signers-v4 [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -1076,7 +1076,7 @@ ENV["ELASTICSEARCH_URL"] = "https://es-domain-1234.us-east-1.es.amazonaws.com" @@ -1076,7 +1076,7 @@ ENV["ELASTICSEARCH_URL"] = "https://es-domain-1234.us-east-1.es.amazonaws.com"
1076 To use signed request, include in your Gemfile: 1076 To use signed request, include in your Gemfile:
1077 1077
1078 ```ruby 1078 ```ruby
1079 -gem 'faraday_middleware-aws-signers-v4' 1079 +gem 'faraday_middleware-aws-signers-v4', '>= 0.1.9'
1080 ``` 1080 ```
1081 1081
1082 and add to your initializer: 1082 and add to your initializer: