Skip to content

Commit 249b525

Browse files
authored
chore: update installation instructions (#180)
1 parent b40b393 commit 249b525

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,14 @@ The Square Ruby library provides convenient access to the Square API from Ruby.
99

1010
Use of the Square Ruby SDK requires:
1111

12-
* Ruby 2.7+
12+
* Ruby 3.2+
1313

1414
## Installation
1515

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-
2416
The Square Ruby SDK version is managed through the gem version. To use a specific version:
2517

2618
```bash
27-
gem install square.rb -v 44.0.0
19+
gem install square.rb
2820
```
2921

3022
Or in your Gemfile:

0 commit comments

Comments
 (0)