From 8056491edf5e4f2be317156f659d940726460aeb Mon Sep 17 00:00:00 2001 From: Maciej Mensfeld Date: Tue, 28 Jan 2025 18:13:18 +0100 Subject: [PATCH] Update README.md with install and Ruby version Since sqs gem is now part of gemspec, those things that I removed were obsolete. --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 97da5e6c..c83f9d9b 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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