Skip to content

Commit

Permalink
Update aws-sdk requirement from ~> 2.0 to >= 2, < 4
Browse files Browse the repository at this point in the history
Updates the requirements on [aws-sdk](https://github.com/aws/aws-sdk-ruby) to permit the latest version.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk/CHANGELOG.md)
- [Commits](aws/aws-sdk-ruby@v2.0.0...v2.11.421)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Dec 31, 2019
1 parent 275abe8 commit 0b0e5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion welcome_bot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "octokit", "~> 4.3"
spec.add_dependency "faraday-http-cache"
spec.add_dependency "aws-sdk", "~> 2.0"
spec.add_dependency "aws-sdk", ">= 2", "< 4"
spec.add_dependency "aws-record", "~> 1.0"
spec.add_dependency "activerecord", ">= 5", "< 7"
spec.add_dependency "sinatra", ">= 1", "< 3"
Expand Down

0 comments on commit 0b0e5a9

Please sign in to comment.