We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40b393 commit 249b525Copy full SHA for 249b525
README.md
@@ -9,22 +9,14 @@ The Square Ruby library provides convenient access to the Square API from Ruby.
9
10
Use of the Square Ruby SDK requires:
11
12
-* Ruby 2.7+
+* Ruby 3.2+
13
14
## Installation
15
16
-For more information, see [Set Up Your Square SDK for a Ruby Project](https://developer.squareup.com/docs/sdks/ruby/setup-project).
17
-
18
-## Reference
19
20
-For more information, see [Full Ruby Guide](https://developer.squareup.com/docs/sdks/ruby).
21
22
-## Versioning
23
24
The Square Ruby SDK version is managed through the gem version. To use a specific version:
25
26
```bash
27
-gem install square.rb -v 44.0.0
+gem install square.rb
28
```
29
30
Or in your Gemfile:
0 commit comments