From b2f1f1a47901d9f2dfc57dbb8bceb3cabf3eafe3 Mon Sep 17 00:00:00 2001 From: Deep Singhvi Date: Mon, 25 Aug 2025 11:26:39 -0700 Subject: [PATCH] chore: update installation instructions --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 84e85f32..7df26aa9 100644 --- a/README.md +++ b/README.md @@ -9,22 +9,14 @@ The Square Ruby library provides convenient access to the Square API from Ruby. Use of the Square Ruby SDK requires: -* Ruby 2.7+ +* Ruby 3.2+ ## Installation -For more information, see [Set Up Your Square SDK for a Ruby Project](https://developer.squareup.com/docs/sdks/ruby/setup-project). - -## Reference - -For more information, see [Full Ruby Guide](https://developer.squareup.com/docs/sdks/ruby). - -## Versioning - The Square Ruby SDK version is managed through the gem version. To use a specific version: ```bash -gem install square.rb -v 44.0.0 +gem install square.rb ``` Or in your Gemfile: