Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Shoryuken _sho-ryu-ken_ is a super-efficient [Amazon SQS](https://aws.amazon.com

## Requirements

Ruby 2.4 or greater.
Ruby 2.7 or greater.

## Installation

Expand All @@ -30,14 +30,6 @@ Add this line to your application's Gemfile:
gem 'shoryuken'
```

If you are using AWS SDK version 3, please also add this line:

```ruby
gem 'aws-sdk-sqs'
```

The extra gem `aws-sdk-sqs` is required in order to keep Shoryuken compatible with AWS SDK version 2 and 3.

And then execute:

```shell
Expand Down