Skip to content

Commit e2dcb81

Browse files
authored
Update README.md with install and Ruby version (#790)
Since sqs gem is now part of gemspec, those things that I removed were obsolete.
1 parent 91b3ea5 commit e2dcb81

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Shoryuken _sho-ryu-ken_ is a super-efficient [Amazon SQS](https://aws.amazon.com
2020

2121
## Requirements
2222

23-
Ruby 2.4 or greater.
23+
Ruby 2.7 or greater.
2424

2525
## Installation
2626

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

33-
If you are using AWS SDK version 3, please also add this line:
34-
35-
```ruby
36-
gem 'aws-sdk-sqs'
37-
```
38-
39-
The extra gem `aws-sdk-sqs` is required in order to keep Shoryuken compatible with AWS SDK version 2 and 3.
40-
4133
And then execute:
4234

4335
```shell

0 commit comments

Comments
 (0)